Skip to content
Ira Shokar edited this page Jan 12, 2021 · 7 revisions

Resources

To run the descarteslabs package in the Jupyter Notebook Server on Jasmin

  • Ensure the activate_venv.py script is in the directory of the notebook, or in a directory you can point to, and run import 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 running import activate_venv before the imports of your notebook
Clone this wiki locally