We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea10672 commit 6655086Copy full SHA for 6655086
1 file changed
webapp/Main.js
@@ -41,7 +41,7 @@ jQuery(function () {
41
<div id="footerHeader">
42
<TabbedDrawer anchor="appBar" labels={["Console", "Python"]} iconClass={["fa fa-terminal", "fa fa-flask"]} >
43
<Console />
44
- <PythonConsole pythonNotebookPath={"../notebooks/notebook.ipynb"} />
+ <PythonConsole pythonNotebookPath={"notebooks/notebook.ipynb"} />
45
</TabbedDrawer>
46
</div>
47
0 commit comments