Skip to content

Commit 8e0538b

Browse files
committed
Fix Jupyter Notebook
1 parent 1c582de commit 8e0538b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipympl/nbextension/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define(function() {
66
window['requirejs'].config({
77
map: {
88
'*': {
9-
'jupyter-matplotlib': 'nbextensions/ipympl/index',
9+
'jupyter-matplotlib': 'nbextensions/jupyter-matplotlib/index',
1010
},
1111
}
1212
});

0 commit comments

Comments
 (0)