From 9cf4404cb08d4eb93592a396443c805720bd81d1 Mon Sep 17 00:00:00 2001 From: VsevolodX <79542055+VsevolodX@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:39:11 -0800 Subject: [PATCH] chore: point to correct nb path --- src/components/include/jupyterlite/BaseJupyterLiteComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/include/jupyterlite/BaseJupyterLiteComponent.tsx b/src/components/include/jupyterlite/BaseJupyterLiteComponent.tsx index dfe53a32..bdb42e85 100644 --- a/src/components/include/jupyterlite/BaseJupyterLiteComponent.tsx +++ b/src/components/include/jupyterlite/BaseJupyterLiteComponent.tsx @@ -24,7 +24,7 @@ class BaseJupyterLiteSessionComponent
extends React.Compon
P & BaseJupyterLiteProps,
S
> {
- DEFAULT_NOTEBOOK_PATH = "api-examples/other/materials_designer/Introduction.ipynb";
+ DEFAULT_NOTEBOOK_PATH = "other/materials_designer/Introduction.ipynb";
jupyterLiteSessionRef = React.createRef