Python with jupyter-lab

conda install notebook
conda install matplotlib
conda install jupyterlab
conda install -c conda-forge jupyter_contrib_nbextensions jupyter_nbextensions_configurator
  • Table of Contents (2)
  • Freeze
  • Hide input

* 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
conda install hdf5
conda install gxx_linux-64