Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down