Specify port range for Jupyter Notebook

Hi!

Your answer might be in this post websocket/VNC port range/settings - #3 by efranz from before. You can set the port range in the cluster config file, so submit.yml.

Something like this should work

    batch_connect:
          min_port: 2000
          max_port: 6000
1 Like