Skip to content

Commit

Permalink
Trying setting websocket url
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 7, 2023
1 parent 30a35dc commit f93c30e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
c.ServerApp.ip = "0.0.0.0"
c.ServerApp.open_browser = False

c.ServerApp.default_url = '/node/slurmd-0/8888/'
c.ServerApp.base_url = '/node/slurmd-0/8888/'
#c.ServerApp.default_url = '/node/slurmd-0/8888/'
#c.ServerApp.base_url = '/node/slurmd-0/8888/'
c.ServerApp.websocket_url = '/node/slurmd-0/8888'

# to output both image/svg+xml and application/pdf plot formats in the notebook file
c.InlineBackend.figure_formats = {"png", "jpeg", "svg", "pdf"}
Expand Down

0 comments on commit f93c30e

Please sign in to comment.