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 are a few global environments with other kernels:
    conda env list
environentkernelnotes
basePython 3standard environment
RRwith tidyverse and RStudio
juliaJulia
matlabMATLABMATLAB Integration for Jupyter
octaveOctaveXeus Octave
sparqlSPARQL
All environments have a Python kernel for Notebook, but the one in the base environment is probably the most complete.

Activate an environment:

    anaconda3-activate
    conda activate R
    jupyter-notebook
    conda deactivate

Some example notebooks

Juliadownload
Matlabdownload
Octavedownload
Pythondownload
Rdownload
SPARQLdownload

29 August 2025
p.c.j.kleiweg