Skip to content

Commit

Permalink
new: for notebook 5.3 you don't need to enable the extensions anymore…
Browse files Browse the repository at this point in the history
…, automagically
  • Loading branch information
maartenbreddels committed Jan 17, 2018
1 parent a6ee6e3 commit 415f0fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ipyvolume.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"load_extensions": {
"ipyvolume/extension": true
}
}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def run(self):
'ipyvolume/static/three.js',
'ipyvolume/static/index.js.map',
]),
('etc/jupyter/nbconfig/notebook.d/' , ['ipyvolume.json'])
],
'install_requires': [
'ipywidgets>=7.0.0',
Expand Down

0 comments on commit 415f0fb

Please sign in to comment.