From: Gabriel Dunne Date: Wed, 9 Dec 2020 06:52:45 +0000 (-0800) Subject: Jupyter Lab config X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=70c74255cc77a2f139afaaf805385300f7c9f105;p=cfg.git Jupyter Lab config --- diff --git a/.jupyter/jupyter_notebook_config.py b/.jupyter/jupyter_notebook_config.py new file mode 100644 index 0000000..c201b4f --- /dev/null +++ b/.jupyter/jupyter_notebook_config.py @@ -0,0 +1,3 @@ +c.NotebookApp.ip = '*' +c.NotebookApp.port = 9000 +c.NotebookApp.open_browser = False