We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 847a6db + 0162349 commit bcc1a28Copy full SHA for bcc1a28
ComponentsInitialization.js
@@ -39,7 +39,7 @@ define(function (require) {
39
<div id="footerHeader">
40
<TabbedDrawer labels={["Console", "Python"]} iconClass={["fa fa-terminal", "fa fa-flask"]} >
41
<Console />
42
- <PythonConsole pythonNotebookPath={"http://" + window.location.hostname + ":" + window.location.port + "/notebooks/notebook.ipynb"} />
+ <PythonConsole pythonNotebookPath={"../notebooks/notebook.ipynb"} />
43
</TabbedDrawer>
44
</div>
45
0 commit comments