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