Installation

There are many different ways to install octave. There is an extensive guide on the octave wiki. To follow the octave code every instatllation is ok.

To use the nootbooks follow the installation guide:

Octave: platform independet installation throug mamba

For this project a mamba installation is recommended.

  1. Install Mamba
  2. Install xeus-octave
  3. Quarto

Method 2: octave

A installation via is also possible

mamba create -n octave  -c conda-forge octave

The … jupyter kernel can be install by the command

mamba install -c conda-forge octave_kernel

Quarto

Follow the installation guid on Quarto. A 1.3 version is required.