nixos/home/jupyter-config/jupyter_server_config.py

13 lines
484 B
Python
Raw Normal View History

2024-01-19 09:58:49 +00:00
# c.ServerApp.port = 6702
# c.ServerApp.root_dir = '/home/elitherl/'
# c.FileCheckpoints.checkpoint_dir = c.ServerApp.root_dir + '.ipynb_checkpoints'
c.ServerApp.use_redirect_file = False
c.ServerApp.open_browser = False
# Set password for remote access login
c.PasswordIdentityProvider.hashed_password = (
"sha1:005773a53a70:a5c53a779fa0e1498ada0f8fdb48ad1fef1257ff"
)
c.PasswordIdentityProvider.password_required = True
c.PasswordIdentityProvider.allow_password_change = False