-
Notifications
You must be signed in to change notification settings - Fork 1
Jasmin
Ira Shokar edited this page Jan 12, 2021
·
7 revisions
- The AI4ER JASMIN wiki resource page
- Convenient SSH access to Jasmin
- Jasmin Workshop Exercises
- Login help
- The path for the AI4ER GWS is
/gws/nopw/j04/ai4er
. Members of the UNIX group gws_ai4er have access. - Jasmin Notebook Server
- Running a batch script on LOTUS
- Ensure the
activate_venv.py
script is in the directory of the notebook, or in a directory you can point to, and runimport activate_venv
before the notebook. - This can be found in the
jasmin
branch under/gtc-exposure/notebook/descartes_labs
- see here. - First run the
01_initial_setup.ipynb
to first authenticate your descartes_labs credentials- you only need to do this once. - Then you can use the packages in
02_getting_started.ipynb
and any other notebook again by first runningimport activate_venv
before the imports of your notebook