From 2fb50674b5fda97fc1c23ca901ee784b7bcf34f5 Mon Sep 17 00:00:00 2001 From: Patrick Lavin Date: Wed, 20 Mar 2024 12:18:38 -0400 Subject: [PATCH] add jupyter instructions --- scripts/jupyter-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/jupyter-instructions.md diff --git a/scripts/jupyter-instructions.md b/scripts/jupyter-instructions.md new file mode 100644 index 0000000..7d4939e --- /dev/null +++ b/scripts/jupyter-instructions.md @@ -0,0 +1,4 @@ +# Logging in to a remote Jupyter Server +1. On remote-host, run "jupyter notebook --no-browser --port=8080 +2. On your local machine, run "ssh -L 8080:localhost:8080 username@remote-host" +3. Open the browser on your local machine, and paste the URL that was output during step 1