https://github.com/southernmethodistuniversity/data_arts
https://github.com/southernmethodistuniversity/data_arts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/southernmethodistuniversity/data_arts
- Owner: SouthernMethodistUniversity
- Created: 2022-10-17T20:58:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T13:01:20.000Z (over 3 years ago)
- Last Synced: 2025-09-12T10:50:58.272Z (10 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
## Shell
1. Clone the repo on M2.
2. Add the path of the cloned repo to be used with Lmod via `module use `.
3. Load the module via `module load data_arts`
4. Use the `python3` and `jupyter-lab` commands as usual.
## HPC Portal JupyterLab
1. Clone the repo on M2.
2. On the HPC Portal go to "Interactice Apps", "JupyterLab.
3. Under "Select Python Environment" select "Custom Environment - only use what is specified below".
4. Under "Custom environment settings" add:
```{sh}
module use
module load data_arts
```
5. Set other compute resources as needed.