]> git.quilime.com - cfg.git/commitdiff
Jupyter Lab config
authorGabriel Dunne <gdunne@quilime.com>
Wed, 9 Dec 2020 06:52:45 +0000 (22:52 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 9 Dec 2020 06:52:45 +0000 (22:52 -0800)
.jupyter/jupyter_notebook_config.py [new file with mode: 0644]

diff --git a/.jupyter/jupyter_notebook_config.py b/.jupyter/jupyter_notebook_config.py
new file mode 100644 (file)
index 0000000..c201b4f
--- /dev/null
@@ -0,0 +1,3 @@
+c.NotebookApp.ip = '*'
+c.NotebookApp.port = 9000
+c.NotebookApp.open_browser = False