Skip to content

Commit

Permalink
Tried removing server settings and password
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 9, 2023
1 parent a53e49a commit 89925b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
c.ServerApp.ip = "0.0.0.0"
c.ServerApp.open_browser = False

c.ServerApp.allow_remote_access = True
c.ServerApp.allow_origin = '*'
c.ServerApp.base_url = '/node/slurmd-0/8888'
c.ServerApp.default_url = '/node/slurmd-0/8888/'
#c.ServerApp.allow_remote_access = True
#c.ServerApp.allow_origin = '*'
#c.ServerApp.base_url = '/node/slurmd-0/8888'
#c.ServerApp.default_url = '/node/slurmd-0/8888/'

c.Application.log_level = 'DEBUG'

c.NotebookApp.ip = '*'
c.NotebookApp.port = 8888
c.NotebookApp.port_retries = 0
c.NotebookApp.password = 'sha1:7d93500c86ae587b3d9f4bf1b8cec36f221c8183'
#c.NotebookApp.password = 'sha1:7d93500c86ae587b3d9f4bf1b8cec36f221c8183'
c.NotebookApp.base_url = '/node/slurmd-0/8888/'
c.NotebookApp.open_browser = False
c.NotebookApp.allow_origin = '*'
Expand Down

0 comments on commit 89925b4

Please sign in to comment.