User Tools

Python with jupyter-lab

conda install notebook
conda install matplotlib
conda install jupyterlab
conda install -c conda-forge jupyter_contrib_nbextensions jupyter_nbextensions_configurator

Useful extensions

  • Table of Contents (2)
  • Freeze
  • Hide input

Create environment for different python version

* This uses version 3.8 as example. However, python 3.8 is now available from Anaconda

conda update -n base -c defaults conda
conda create -n python38 python=3.8
conda activate python38

HDF5 and c++

conda install hdf5
conda install gxx_linux-64

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information