From 70c74255cc77a2f139afaaf805385300f7c9f105 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 8 Dec 2020 22:52:45 -0800 Subject: [PATCH] Jupyter Lab config --- .jupyter/jupyter_notebook_config.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .jupyter/jupyter_notebook_config.py 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 -- 2.34.1