Python help

search
NEGI-Andoya-2018

Python on login.nird.sigma2.no

Or login1.nird.sigma2.no:

  • To get python 3 with all the packages installed (same as in the jupyterhub)
module use --append /projects/NS1000K/modulefiles
module load python/anaconda3
source activate negi_course

To return to the default environment:

source deactivate

How to update your local environment

To update your environment on your laptop:

conda env update -f environment.yml

Tutorials

Learn to program with Python

Make your python codes more readable and more efficient

Customize your plots

Distribute your code

pyaerocom