@@ -35,6 +35,8 @@ On ahsoka:
3535
3636 ssh -N -L 8888:127.0.0.1:8888 ahsoka.astro.sunysb.edu
3737
38+ replacing the ``8888`` with the port it selected.
39+
3840 .. tip::
3941
4042 If your username on ``ahsoka`` is not the same as on your
@@ -45,10 +47,8 @@ On ahsoka:
4547
4648 where you replace ``username`` with your ``ahsoka`` username.
4749
48-
49- replacing the ``8888`` with the port it selected. Then enter your
50- password. There will be no output---that command will just continue
51- to run in the terminal window.
50+ Then enter your password. There will be no output---that command
51+ will just continue to run in the terminal window.
5252
5353 .. tip::
5454
@@ -57,18 +57,20 @@ On ahsoka:
5757 ``127.0.0.1`` is the *loopback address* (the IP address on the
5858 remote machine that resolves to itself)
5959
60- If you get an error like::
60+ .. warning::
61+
62+ If you get an error like::
6163
62- bind [127.0.0.1]:8888: Address already in use
63- channel_setup_fwd_listener_tcpip: cannot listen to port: 8888
64- Could not request local forwarding.
64+ bind [127.0.0.1]:8888: Address already in use
65+ channel_setup_fwd_listener_tcpip: cannot listen to port: 8888
66+ Could not request local forwarding.
6567
66- then that means that you are running Jupyter already on your local
67- machine, and it is already using port ``8888``, so kill the local
68- instance of Jupyter and try again.
68+ then that means that you are running Jupyter already on your local
69+ machine, and it is already using port ``8888``, so kill the local
70+ instance of Jupyter and try again.
6971
7072* Finally, on your local machine, point your web browser to the URL
71- output on ahsoka (we referenced this above as ``http://127.0.0.1:8888/lab?token=8469f3fb822e2a32c94... ``
73+ output on ahsoka (we referenced this above as ``http://127.0.0.1:8888/lab?token=8469f3fb822e2a32c94... ``)
7274
7375 This should open the Jupyter server on the remote machine in your
7476 local browser.
0 commit comments