diff options
Diffstat (limited to 'PVCM/cama/.jupyter/jupyter_notebook_config.py')
| -rw-r--r-- | PVCM/cama/.jupyter/jupyter_notebook_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 = '' |
