We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PLACEHOLDER
Basic kernel management on the SMCE via the SHIFT SMCE documentation
**NOTE: **The default location for new conda environments in the Airborne SMCE is: ${HOME}/user_envs
Example 1: Setting up a basic geospatial environment
Working directory: ${HOME}/Github/airborne-smce-environments/python/pygeo
${HOME}/Github/airborne-smce-environments/python/pygeo
conda env create --file pygeo.yml
This will create a new conda environment called pygeo
pygeo
To make this new kernel available in your jupyter-hub environment, you can run:
conda activate <your-env-name>, for example conda activate pygeo
conda activate <your-env-name>
conda activate pygeo
pip install ipykernel
python -m ipykernel install --user --name=pygeo
You will now see the new kernel as an option in the launcher, for example:
Example 2: Setting up the HYR-SENSE environment