Skip to content

Commit

Permalink
Trying with absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 8, 2023
1 parent 5e65b25 commit 64b0a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
c.ServerApp.allow_remote_access = True
c.ServerApp.allow_origin = '*'

c.ServerApp.websocket_url = 'wss://0.0.0.0:8889'
c.ServerApp.websocket_url = 'wss://128.232.226.84/node/slurmd-0/8889'

c.Application.log_level = 'DEBUG'
c.NotebookApp.base_url = '/node/slurmd-0/8888/'
Expand Down

0 comments on commit 64b0a28

Please sign in to comment.