...
Once you are approved as a member of these projects, you can next log on to Gadi and run the following commands:
Code Block |
---|
$ module use /g/data/up99/modulefiles |
...
$ module load NCI-geophys/23.04 |
...
$ cp -r ${NCI_GEOPHYS_ROOT}/UAT ~/ |
The above commands will copy four Jupyter notebooks to your home directory. To check that these notebooks are available, run:
Code Block |
---|
$ cd ~/UAT |
...
$ ls |
and you should see the following Jupyter Notebooks:
Code Block |
---|
Julia_examples.ipynb |
...
Python_examples.ipynb |
...
R_examples.ipynb |
...
Geophysics_data_indexing.ipynb |
Now we can exit Gadi and launch a JupyterLab session on the Australian Research Environment (ARE - https://are.nci.org.au ). For more information on ARE, please refer to the ARE User Guide.
...