Skip to content

Commit

Permalink
Fix Jupyter Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 21, 2021
1 parent 78a13b9 commit 83e4a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipympl/nbextension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(function() {
window['requirejs'].config({
map: {
'*': {
'jupyter-matplotlib': 'nbextensions/ipympl/index',
'jupyter-matplotlib': 'nbextensions/jupyter-matplotlib/index',
},
}
});
Expand Down

0 comments on commit 83e4a3f

Please sign in to comment.