We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3576057 commit 20f8196Copy full SHA for 20f8196
jupyter_notebook_config.py
@@ -1,7 +1,7 @@
1
c = get_config()
2
3
# Notebook config this is where you saved your pem cert
4
-c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem'
+# c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem'
5
# Run on all IP addresses of your instance
6
c.NotebookApp.ip = '*'
7
# Don't open browser by default
0 commit comments