Skip to content

Commit

Permalink
chore: point to correct nb path
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 20, 2024
1 parent 8017458 commit 9cf4404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BaseJupyterLiteSessionComponent<P = never, S = never> 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<JupyterLiteSession>();

Expand Down

0 comments on commit 9cf4404

Please sign in to comment.