We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f4763 commit 17a93b2Copy full SHA for 17a93b2
sphinx_docs/source/workstations.rst
@@ -31,11 +31,12 @@ On ahsoka:
31
The ``8888`` there is the port. If that is being used, Jupyter
32
will pick a higher one. Make note of the number it picked.
33
34
-* On your local workstation do::
+On your local workstation do::
35
36
ssh -N -L 8888:127.0.0.1:8888 ahsoka.astro.sunysb.edu
37
38
- replacing the ``8888`` with the port it selected.
+ replacing both instances of ``8888`` with the port it selected, if
39
+ it differs.
40
41
.. tip::
42
0 commit comments