7 lines
245 B
Python
7 lines
245 B
Python
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'
|