Skip to content

Commit 0ee189f

Browse files
committed
website: more on nersc
1 parent 7938586 commit 0ee189f

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

docs/nersc/jupyter_at_nersc.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,40 @@ To use the QuickView family of tools at NERSC, you first need to login to Jupyte
55

66
![JupyterHub login](./login/login-00.png)
77

8-
Once you've enter your __login__ and __password__ you will need to fill an OTP (One Time Password).
8+
Clicking on the orange "Sign in with Federated Identity at NERSC" button will
9+
bring you to a new page to enter your __username__ and __password__;
10+
after that, you will need to fill an OTP (One Time Password):
911

1012
![](./login/login-01.png)
1113

12-
After that, you will be presented with a list of options for where you would like to run your application.
14+
After a successful login, you will be presented with a list of options for where you would like to run your application.
1315
For the QuickView family, it is better to have hardware with a GPU to allow interactive rendering.
16+
Keep in mind, though, that time spent on anywhere else than a login node will be charged to your project's allocation.
17+
Hence, after you are done with the analysis, remember to
18+
[shut down the service](#shut-down-the-server-when-you-are-done) to avoid wasteful use of the resources.
1419

1520
![](./login/login-02.png)
1621

17-
Once you picked your target location and allocation, you will have to wait for some seconds for the service to start.
22+
After clicking on one of the "start" buttons in the image above,
23+
you will see something like the screenshot below and will
24+
likely have to wait for some seconds for the service to be ready.
1825

1926
![](./login/login-03.png)
2027

28+
# Shut down the server when you are done
29+
30+
::: warning Reminder: Shut down the server when you are done.
31+
After finishing your analysis, please remember to shut down the connection to your selected
32+
server (node) to stop the charging of hours to your project's allocation.
33+
This is explained at the end of
34+
[this video](https://docs.nersc.gov/beginner-guide/#keypad-entry-log-in-using-jupyter),
35+
and below is a recap of the steps (clicks):
36+
- go to the JupytherHub window/tab in your browser,
37+
- click `File` in the top-left corner,
38+
- scroll down and choose `Hub Control Panel`,
39+
- in the Control Panel brought up in a new browser tab/window, click on the red "stop" button
40+
for the server to be shut down. An example is shown in the screenshot below.
41+
42+
![](./login/login-04.png)
43+
:::
44+

docs/nersc/perlmutter-run-quickview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Once connected,
3030
- Finally select the variables you want to load and inspect.
3131
![](./quickview/quickview-variable-selection.png)
3232

33+
## Shut down the server when you are done
34+
3335
::: warning Reminder: Shut down the server when you are done.
3436
After finishing your analysis, please remember to shut down the connection to your selected
3537
server (node) to stop the charging of hours to your project's allocation.

0 commit comments

Comments
 (0)