|
1 | 1 | # The QuickView tool family at NERSC |
2 | 2 |
|
3 | 3 | Our tools have been installed at NERSC, |
4 | | -the [National Energy Research Scientific Computing Center](https://www.nersc.gov/) |
| 4 | +the [National Energy Research Scientific Computing Center](https://www.nersc.gov/), |
5 | 5 | and are continually updated there. |
6 | 6 | The following sections on this page contain instructions for users who would like to use our installations. |
7 | 7 |
|
8 | 8 | [[toc]] |
9 | 9 |
|
10 | 10 | User's who would like to understand how our installation was done |
11 | | -or how to have their own installation are referred to [this page](installation_at_nersc.md). |
| 11 | +or how to do their own installations are referred to [this page](installation_at_nersc.md). |
12 | 12 |
|
13 | 13 | ## Quickstart for users familiar with JupyterHub |
14 | 14 |
|
15 | 15 | - Login to [JupytherHub](https://jupyter.nersc.gov/hub/login) and start a terminal window. |
| 16 | + |
16 | 17 | - *Optional but recommended*: in the terminal, use the `cd` command to go to the directory |
17 | 18 | where your data files are located (or a directory closer to the data files than your home directory). |
| 19 | + While this step is optional, it may save you quite some clicks later in the graphical UI. |
| 20 | + |
18 | 21 | - QuickView version 2 can be launched using the following command: |
19 | 22 | ``` |
20 | 23 | /global/common/software/m4359/quickview2 |
21 | 24 | ``` |
| 25 | + |
22 | 26 | - QuickCompare can be launched using the following command: |
23 | 27 | ``` |
24 | 28 | /global/common/software/m4359/quickcompare |
25 | 29 | ``` |
| 30 | + |
26 | 31 | - After a few seconds, the Terminal window will say "Use URL below to connect to the application:" |
27 | 32 | and shows a URL starting with `https://`. |
28 | 33 | A click on the URL will bring up the graphical UI in a brower window. |
|
0 commit comments