@@ -14,7 +14,7 @@ on separate pages:
1414- How to install your own copy at NERSC: see [ this example] ( ./users_installation.md ) .
1515- How to install the tools on a laptop or desktop computer: see [ this page] ( /guides/install_and_launch ) .
1616
17- ## Quickstart for users familiar with JupyterHub
17+ ## Quickstart for NERSC users familiar with JupyterHub
1818
1919- Login to [ JupytherHub] ( https://jupyter.nersc.gov/hub/login ) and start a terminal window.
2020
@@ -32,14 +32,13 @@ on separate pages:
3232/global/common/software/m4359/quickcompare
3333```
3434
35- - After a few seconds, the terminal window will say "Use URL below to connect to the application:"
36- and show a URL starting.
37- A click on the URL will bring up the graphical UI in a brower window.
35+ - After a few seconds, the terminal window will say "Use URL below to connect to the application"
36+ and show a URL. A click on the URL will bring up the graphical UI in a brower window.
3837
3938::: tip Tip 1: Choosing a server for your analysis session.
40- JupyterHub's control panel offers to NERSC users serveral different types of resources (nodes)
41- for their computing and analyais needs, including, e.g., login node, shared GPU node,
42- exclusive nodes, as explained in [ NERSC's documentation] ( https://docs.nersc.gov/services/jupyter/reference/ ) .
39+ JupyterHub's control panel provides NERSC users access to serveral different types of resources (nodes),
40+ including, e.g., login node, shared GPU node, exclusive nodes, as explained in
41+ [ NERSC's documentation] ( https://docs.nersc.gov/services/jupyter/reference/ ) .
4342
4443Since login nodes are shared by users and hence can get very busy or run into memory constraints,
4544and since our tools can make use of GPUs for interactive rendering,
@@ -50,15 +49,15 @@ will be charged to your project's allocation.
5049:::
5150
5251::: tip Tip 2: The same executables work for all types of nodes.
53- Regardless of which type of node is chosen, the same commands (as listed above)
54- are used to launch our tools in the QuickView family.
52+ Regardless of which type of nodes a user choses in JupyterHub's control panel,
53+ the same commands (executables) are used to launch our tools in the QuickView family.
5554:::
5655
5756::: tip Tip 3: No need for manual ` module load conda ` .
58- When one of the commands provided above is used to launch tools in the QuickView family,
59- there is no need to manually apply ` module load conda ` or activate the environment
60- that our tools are installed in . This is because the above-mentioned commands are
61- in fact scripts that have included those steps.
57+ When the commands provided above are used to launch tools in the QuickView family,
58+ there is no need to manually apply ` module load conda ` or activate the conda environment
59+ in which the tools are installed. This is because the commands mentioned earlier
60+ on this page are in fact scripts that have included those steps.
6261:::
6362
6463::: warning ATTENTION: Shut down the server when you are done!
0 commit comments