From d5be7ff5f7116303c7737e66dd95495619fd8fa5 Mon Sep 17 00:00:00 2001 From: Marly Rubin <75410817+marlyr@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:24:53 -0400 Subject: [PATCH] Fixed Jupyterlab instructions --- hpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc.md b/hpc.md index 2d7d1ce..e0e37ee 100644 --- a/hpc.md +++ b/hpc.md @@ -120,7 +120,7 @@ Make sure you save this command, as you will need to input it whenever you lose #### Opening Jupyterlab -Back in the tmux session, cd to the directory you will be working in and activate your Jupyterlab environment. Then, execute this command, replacing ${PORT1} with the first port in your SSH command. In this example, it is 00000. +Back in the tmux session, cd to the directory you will be working in and activate your Jupyterlab environment. Then, execute this command: ``` bash jupyter-lab --port ${PORT1} --ip localhost --no-browser