Skip to content

Commit 6655086

Browse files
author
rodriguez-facundo
committed
Change path to notebook.ipynb
1 parent ea10672 commit 6655086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jQuery(function () {
4141
<div id="footerHeader">
4242
<TabbedDrawer anchor="appBar" labels={["Console", "Python"]} iconClass={["fa fa-terminal", "fa fa-flask"]} >
4343
<Console />
44-
<PythonConsole pythonNotebookPath={"../notebooks/notebook.ipynb"} />
44+
<PythonConsole pythonNotebookPath={"notebooks/notebook.ipynb"} />
4545
</TabbedDrawer>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)