From 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 Mon Sep 17 00:00:00 2001 From: "martial.simon" Date: Sun, 13 Apr 2025 19:54:19 +0200 Subject: init: initial commit --- PVCM/cama/.jupyter/jupyter_notebook_config.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PVCM/cama/.jupyter/jupyter_notebook_config.py (limited to 'PVCM/cama/.jupyter/jupyter_notebook_config.py') diff --git a/PVCM/cama/.jupyter/jupyter_notebook_config.py b/PVCM/cama/.jupyter/jupyter_notebook_config.py new file mode 100644 index 0000000..993ec12 --- /dev/null +++ b/PVCM/cama/.jupyter/jupyter_notebook_config.py @@ -0,0 +1,3 @@ +c = get_config() +c.NotebookApp.token = '' +c.NotebookApp.password = '' -- cgit v1.2.3