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 01c7fbf commit 11a2a08Copy full SHA for 11a2a08
setup.py
@@ -35,7 +35,9 @@
35
# Support JupyterLab 2.x
36
('share/jupyter/lab/extensions', str(HERE/'js'/'lab-dist'), 'jupyter-threejs-*.tgz'),
37
# Support Jupyter Notebook
38
- ('etc/jupyter/nbconfig', str(HERE/'jupyter-config'), '**/*.json')
+ ('etc/jupyter/nbconfig', str(HERE/'jupyter-config'), '**/*.json'),
39
+ ('share/jupyter/nbextensions/jupyter-threejs', str(HERE/name/'static'), '**/*.js'),
40
+ ('share/jupyter/nbextensions/jupyter-threejs', str(HERE/name/'static'), '**/*.js.map')
41
],
42
)
43
cmdclass['js'] = combine_commands(
0 commit comments