diff options
| author | martial.simon <martial.simon@epita.fr> | 2025-04-13 19:54:19 +0200 |
|---|---|---|
| committer | martial.simon <martial.simon@epita.fr> | 2025-04-13 19:54:19 +0200 |
| commit | 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 (patch) | |
| tree | 9c5e998f324f2f60c1717759144da3f996c5ae1a /PVCM/cama/.jupyter/jupyter_lab_config.py | |
init: initial commit
Diffstat (limited to 'PVCM/cama/.jupyter/jupyter_lab_config.py')
| -rw-r--r-- | PVCM/cama/.jupyter/jupyter_lab_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PVCM/cama/.jupyter/jupyter_lab_config.py b/PVCM/cama/.jupyter/jupyter_lab_config.py new file mode 100644 index 0000000..f846fdf --- /dev/null +++ b/PVCM/cama/.jupyter/jupyter_lab_config.py @@ -0,0 +1,3 @@ +c = get_config() #noqa +c.ServerApp.token = "" +c.ServerApp.password = "" |
