Skip to content

Commit

Permalink
Change example to dash plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraporta committed Nov 21, 2024
1 parent 42c374e commit 01504ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/programming/vscode-with-slurm-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ As explained in [vscode docs](https://code.visualstudio.com/docs/remote/tunnels#

## Additional benefits of code tunnel

One advantage of using VSCode's code tunnel is that it forwards any HTTP servers launched from the same node, such as MLflow or Jupyter Notebook servers. To launch your additional server, request a separate slurm job for the same compute node, e.g.:
One advantage of using VSCode's code tunnel is that it forwards any HTTP servers launched from the same node, such as Dash-Plotly apps or Jupyter Notebook servers. To launch your additional server, request a separate slurm job for the same compute node, e.g.:

```{code-block} console
$ srun -p gpu -w <gpu-XXXX> -n 4 --mem 8G --pty bash -i
Expand Down

0 comments on commit 01504ee

Please sign in to comment.