We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c582de commit 8e0538bCopy full SHA for 8e0538b
ipympl/nbextension/extension.js
@@ -6,7 +6,7 @@ define(function() {
6
window['requirejs'].config({
7
map: {
8
'*': {
9
- 'jupyter-matplotlib': 'nbextensions/ipympl/index',
+ 'jupyter-matplotlib': 'nbextensions/jupyter-matplotlib/index',
10
},
11
}
12
});
0 commit comments