Skip to content

Commit 11a2a08

Browse files
committed
Bugfix: restore jupyter notebook extension
1 parent 01c7fbf commit 11a2a08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
# Support JupyterLab 2.x
3636
('share/jupyter/lab/extensions', str(HERE/'js'/'lab-dist'), 'jupyter-threejs-*.tgz'),
3737
# Support Jupyter Notebook
38-
('etc/jupyter/nbconfig', str(HERE/'jupyter-config'), '**/*.json')
38+
('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')
3941
],
4042
)
4143
cmdclass['js'] = combine_commands(

0 commit comments

Comments
 (0)