Skip to content

Commit

Permalink
Trying websocket server on different port
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 8, 2023
1 parent 825a6bd commit 5e65b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
c.ServerApp.allow_remote_access = True
c.ServerApp.allow_origin = '*'

c.ServerApp.websocket_url = 'wss://0.0.0.0:8889'

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

Expand Down

0 comments on commit 5e65b25

Please sign in to comment.