From 46593aaa77590f47dbbb4ba87d694400a3ddb5e9 Mon Sep 17 00:00:00 2001 From: Aditya Ramesh <30495471+adityaramesh12@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:55:31 -0700 Subject: [PATCH] Update using nbclassic for enanbling nbextensions in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1b78499..08049d16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ RUN mkdir -p "${WORKING_DIR}" && \ # copy premade starter notebooks cd "${WORKING_DIR}/graph-notebook" && \ python3 -m graph_notebook.notebooks.install --destination "${EXAMPLE_NOTEBOOK_DIR}" && \ - jupyter nbextension enable --py --sys-prefix graph_notebook.widgets && \ + jupyter nbclassic-extension enable --py --sys-prefix graph_notebook.widgets && \ # This allows for the `.ipython` to be set python -m graph_notebook.start_jupyterlab --jupyter-dir "${NOTEBOOK_DIR}" && \ deactivate && \