jupyterlab-nvdashboard icon indicating copy to clipboard operation
jupyterlab-nvdashboard copied to clipboard

Document running on alternate port

Open jacobtomlinson opened this issue 5 years ago • 1 comments

It is possible to pass an alternative port to nvdashboard as the first argument, e.g

$ nvdashboard 8001

This should be documented in the README.

jacobtomlinson avatar May 13 '20 10:05 jacobtomlinson

In Slurm scripts on HPC machines I have been using the following code.

NVDASHBOARD_PORT=8000
python -m jupyterlab_nvdashboard.server $NVDASHBOARD_PORT &
NVDASHBOARD_PID=$!
...
kill $NVDASHBOARD_PID

davidrpugh avatar Feb 07 '21 11:02 davidrpugh