...
This article outlines the steps to install Python packages using pip. We also recommend using tools like conda and Python virtual environments in IDAS to manage your projects.
Installing Python packages in Jupyter Notebook
1. First, log in to the IDAS research instance with Python. If you are a student in a class that uses Python in IDAS, follow the instructions here to access to access your class instance.
2. In JupyterLab, click the "Python 3" tile under "Notebook" to start a Jupyter notebook.
...
Installing Python packages in Terminal
1. First, log in to the IDAS research instance with Python. If you are a student in a class that uses Python in IDAS, follow the instructions here to access to access your class instance.
2. In JupyterLab, click the "Terminal" tile under "Other" to start a Terminal session.
...