Skip to content

Commit 3f22f21

Browse files
committed
Fix nbextension path
1 parent 89c06a7 commit 3f22f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
data_files_spec = [
3737
("share/jupyter/labextensions/%s" % labext_name, str(lab_path), "**"),
3838
("share/jupyter/labextensions/%s" % labext_name, str(HERE), "install.json"),
39-
("share/jupyter/nbextensions/%s" % labext_name, str(nb_path), '**'),
39+
("share/jupyter/nbextensions/%s" % name, str(nb_path), '**'),
4040
("etc/jupyter/nbconfig/notebook.d", str(HERE), "jupyter_bokeh.json")
4141
]
4242

0 commit comments

Comments
 (0)