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 38b19d3 commit b8ce87bCopy full SHA for b8ce87b
Dockerfile
@@ -66,7 +66,7 @@ RUN mkdir -p "${WORKING_DIR}" && \
66
# copy premade starter notebooks
67
cd "${WORKING_DIR}/graph-notebook" && \
68
python3 -m graph_notebook.notebooks.install --destination "${EXAMPLE_NOTEBOOK_DIR}" && \
69
- jupyter nbextension enable --py --sys-prefix graph_notebook.widgets && \
+ jupyter nbclassic-extension enable --py --sys-prefix graph_notebook.widgets && \
70
# This allows for the `.ipython` to be set
71
python -m graph_notebook.start_jupyterlab --jupyter-dir "${NOTEBOOK_DIR}" && \
72
deactivate && \
0 commit comments