Skip to content

Commit b8ce87b

Browse files
Update using nbclassic for enanbling nbextensions in dockerfile (#748)
1 parent 38b19d3 commit b8ce87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN mkdir -p "${WORKING_DIR}" && \
6666
# copy premade starter notebooks
6767
cd "${WORKING_DIR}/graph-notebook" && \
6868
python3 -m graph_notebook.notebooks.install --destination "${EXAMPLE_NOTEBOOK_DIR}" && \
69-
jupyter nbextension enable --py --sys-prefix graph_notebook.widgets && \
69+
jupyter nbclassic-extension enable --py --sys-prefix graph_notebook.widgets && \
7070
# This allows for the `.ipython` to be set
7171
python -m graph_notebook.start_jupyterlab --jupyter-dir "${NOTEBOOK_DIR}" && \
7272
deactivate && \

0 commit comments

Comments
 (0)