Skip to content

Commit

Permalink
add username to Jupyter ssh command
Browse files Browse the repository at this point in the history
  • Loading branch information
nd996 committed Feb 15, 2024
1 parent badfa0e commit 1635190
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/applications/jupyter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ The above command opens up one ``ssh tunnel``, forwarding your local port ``8888

Finally ``Ctrl + left mouse click`` on the link from the first terminal session on ``node112``, highlighted above. Either the ``http://localhost:8888/?token=...`` or the ``http://127.0.0.1:8888/?token=...`` links. Your browser should open and connected to the ``Jupyter`` server running on Viking.

.. tip::

If you're using a personal computer, you'll need to tell Viking your username in the above command for example:

.. code-block:: console
ssh -L 8888:localhost:8889 [email protected] ssh -N -L 8889:localhost:8888 node112
.. FIXME: below method not working.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/storage_on_viking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Storage on Viking
=================


It is vital that users continue to manage their data on the Viking Cluster. There are currently 6 areas where data can be stored. Below details the areas, the type of data you should store there and what is/isn't backed up.
It is vital that users continue to manage their data on the Viking cluster. There are currently 6 areas where data can be stored. Below details the areas, the type of data you should store there and what is/isn't backed up.

.. csv-table::
:file: /assets/data/viking_storage.csv
Expand Down

0 comments on commit 1635190

Please sign in to comment.