Skip to content

Latest commit

 

History

History

README

  1. Make sure that you have Octave installed.

  2. If you have Conda/Jupyter/pip installed, go to step 4. Check if Conda is installed properly by typing conda list into your terminal

  3. Download the Anaconda Installer and install it. If using miniconda, run conda install jupyter to download and install the Jupyter Notebook package.

  4. Install Octave kernel: pip install octave_kernel

  5. Run jupyter notebook in your terminal. Octave should appear on the list for creating a new notebook.