@@ -27,20 +27,50 @@ or how to have their own installation are referred to [this page](installation_a
2727 and shows a URL starting with ` https:// ` .
2828 A click on the URL will bring up the graphical UI in a brower window.
2929
30- ::: tip Tip: Choosing a server for your analysis session
30+ ::: tip Tip 1 : Choosing a server for your analysis session.
3131JupyterHub's control panel allows users to choose from serveral different types of resources
3232for their computing and analyais needs, including, e.g., login node, shared GPU node,
33- exclusive nodes, etc. Since login nodes are shared by users and hence can get very busy
34- or run into memory constraints, we recommend that users choose a shared GPU node
35- or an exclusive node and user our tools there.
33+ exclusive nodes, as explained in [ NERSC's documentation] ( https://docs.nersc.gov/services/jupyter/reference/ ) .
3634
35+ Since login nodes are shared by users and hence can get very busy or run into memory constraints,
36+ and since our tools can make use of GPUs for interactive rendering.
37+ we recommend that users choose a shared GPU node or an exclusive GPU node.
38+
39+ Keep in mind, though, that time spent on shared GPU nodes or exclusive nodes
40+ will be charged to your project's allocation.
41+ :::
42+
43+ ::: tip Tip 2: Same executable for all kinds of nodes.
3744Regardless of which type of node is chosen, the same commands (as listed above)
3845are used to launch our tools in the QuickView family.
3946:::
4047
48+ ::: tip Tip 3: No need to manually load ` conda ` .
49+ When one of the commands provided above is used to lunch tools in the QuickView family,
50+ there is no need to manually load ` conda ` or the conda environment that our tools are installed in.
51+ This is because the above-mentioned commands are in fact scripts that have included those steps.
52+ :::
53+
54+ ::: warning Reminder: Shut down the server when you are done.
55+ After finishing your analysis, please remember to shut down the connection to your selected
56+ server (node) to stop the charging of ours to your project's allocation.
57+ This is explained at the end of
58+ [ this video] ( https://docs.nersc.gov/beginner-guide/#keypad-entry-log-in-using-jupyter ) ,
59+ and here is a recap of the steps (clicks):
60+ - go to the JupytherHub window/tab in your browser,
61+ - click ` File ` ,
62+ - scroll down and choose ` Hub Control Panel ` ,
63+ - in the Control Panel that brought up in a new brower tab/window, click on the red "stop" button
64+ for the server to shut down. An example is shown in the screenshot below.
65+
66+ ![ JupyterHub_control_panel_with_stop_button.png] ( /nersc/JupyterHub_control_panel_with_stop_button.png )
67+ :::
68+
4169## For NERSC user's who have not used JupyterHub
4270
43- Please visit [ NERSC's Jupyter documentation] ( https://docs.nersc.gov/services/jupyter/ )
71+ Please see this section of
72+ [ NERSC's documentation] ( https://docs.nersc.gov/beginner-guide/#keypad-entry-log-in-using-jupyter ) ,
73+ especially the video "How to log in to Perlmutter with Jupyter",
4474to learn how to use the service.
4575
4676## If you do not yet have any user account at NERSC
0 commit comments