Create jupyter_lab_config.py
Browse files- jupyter_lab_config.py +3 -0
jupyter_lab_config.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
c = get_config() #noqa
|
2 |
+
c.ServerApp.token = ''
|
3 |
+
c.ServerApp.password = ''
|