Skip to content

Commit bcc1a28

Browse files
authored
Merge pull request #100 from MetaCell/feature_jupyterhub
Jupyter Hub
2 parents 847a6db + 0162349 commit bcc1a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ComponentsInitialization.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ define(function (require) {
3939
<div id="footerHeader">
4040
<TabbedDrawer labels={["Console", "Python"]} iconClass={["fa fa-terminal", "fa fa-flask"]} >
4141
<Console />
42-
<PythonConsole pythonNotebookPath={"http://" + window.location.hostname + ":" + window.location.port + "/notebooks/notebook.ipynb"} />
42+
<PythonConsole pythonNotebookPath={"../notebooks/notebook.ipynb"} />
4343
</TabbedDrawer>
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)