python3 -m venv <myEnv>
source <myEnv>/bin/activate
pip install -U pip
pip install <mypackage>
pip install ipykernel
python3 -m ipykernel install --user --name=<myKernel>
module list
.conda create --name <myenv>
conda activate <myenv>
conda install <mypackage>
conda install ipykernel
python3 -m ipykernel install --user --name=<myKernel>
conda create --name <myenv> python=<python version>
conda install ipykernel
python3 -m ipykernel install --user --name=<myKernel>
Make sure you have an active kerberos ticket: Open a terminal in either Jupyter (press Crtl-Shift-L and select "Terminal") or - if you have a bwForCluster MLS&WISO user account - on the bwForCluster, type
kinit hd_<your university id>
and enter your password.
Note: This step is only required if your ticket is about to expire.
Access your data on sds under /mnt/sds-hd
.