Skip to content
Snippets Groups Projects
Commit e5e439fe authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added correct .json files and all .js files

parent be3a294f
No related branches found
No related tags found
No related merge requests found
......@@ -37,14 +37,20 @@ setup(
# like `jupyter nbextension install --sys-prefix`
("share/jupyter/nbextensions/jupyter-openbis-extension", [
"jupyter-openbis-extension/static/main.js",
"jupyter-openbis-extension/static/state.js",
"jupyter-openbis-extension/static/common.js",
"jupyter-openbis-extension/static/connectionDialog.js",
"jupyter-openbis-extension/static/connections.js",
"jupyter-openbis-extension/static/downloadDialog.js",
"jupyter-openbis-extension/static/uploadDialog.js",
]),
# like `jupyter nbextension enable --sys-prefix`
("etc/jupyter/nbconfig/notebook.d", [
"jupyter-config/nbconfig/notebook.d/jupyter-openbis-extension.json"
"jupyter-config/nbconfig/notebook.d/jupyter_openbis_extension.json"
]),
# like `jupyter serverextension enable --sys-prefix`
("etc/jupyter/jupyter_notebook_config.d", [
"jupyter-config/jupyter_notebook_config.d/jupyter-openbis-extension.json"
"jupyter-config/jupyter_notebook_config.d/jupyter_openbis_extension.json"
])
],
zip_safe=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment