Jupyter Notebooks

When you start Jupyter Notebook in the default environment, there is only one kernel available, for Python:
    anaconda3-activate
    jupyter-notebook
But there is a special, global environment with extra kernels. To use these, run:
    anaconda3-activate
    conda activate notebook
    jupyter-notebook
    conda deactivate

Some example notebooks


16 March 2021
p.c.j.kleiweg