Accessing JupyterHub on Manu Lab's Machines

From Manu and Loh Lab Wiki
Jump to navigation Jump to search

Forward port 8000 from your computer to blastula

On Mac OS or Linux

Run the following command in the terminal.

ssh -L8000:localhost:8000 <username>@blastula.biol.und.edu

ssh will prompt you for your passphrase.

On Windows 10/11

Using built-in PowerShell

Launch Windows PowerShell. If it isn't installed, follow the instructions provided here. Once on the PowerShell command line, run the following command.

ssh -i <path_to_private_key> -L8000:localhost:8000 <username>@blastula.biol.und.edu

Using PuTTY

Alternatively download and install PuTTY, convert you private SSH key to PuTTY's .ppk format and create a connection using the converted key using the instructions here. Finally follow these instructions to set up and open the tunnel for port 8000.

Launch JupyterHub in browser

Launch your browser, enter http://localhost:8000/ in the address bar and hit return. This should launch JupyterHub and prompt you for your username and password.