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.
- Install Mamba
- Install xeus-octave
- Quarto
Method 1 (recommended): xeus-octave
mamba create -n xoctave -c conda-forge xeus-octave
Sometimes the above installation does not work. A working combination is given below.
mamba create -n myenv -c conda-forge xeus=3.0.5=hac2b420_0 xeus-octave=0.1.0=he98adf6_1 xeus-zmq=1.0.2=h0541b36_0
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.