Files
dotfiles/jupyter/jupyter_notebook_config.py
T
Henrik Bakken 623bb24dfd jupyter cleanup
2023-07-19 03:37:17 +02:00

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'