This commit is contained in:
Henrik Bakken
2024-06-26 19:31:00 +02:00
parent 4fba6843ba
commit 0b54d23c06
3 changed files with 38 additions and 9 deletions
-3
View File
@@ -1,6 +1,3 @@
c.ServerApp.port = 9999
c.ServerApp.allow_remote_access = True
c.ServerApp.root_dir = '.'
c.ServerApp.ip = '0.0.0.0'
c.ServerApp.certfile = '/home/hjalmarlucius/.jupyter/mycert.pem'
c.ServerApp.keyfile = '/home/hjalmarlucius/.jupyter/mykey.key'