Closed delgadom closed 4 years ago
using the package manager required
apt-get install liboctave-dev
may also need to update gnuplot?
apt-get upgrade gnuplot
current attempt:
apt-get install libglu1-mesa
conda install -c conda_forge octave octave_kernel texinfo
also need ipyparallel
, then run python -m octave_kernel install --user
actually jupyter kernelspec
seems like a better path forward
jupyter kernelspec install /opt/conda/envs/octave/share/jupyter/kernels/octave --name octave
this apparently works best:
apt-get install octave
conda env create -n octave python=3.6 texinfo
source activate octave
pip install octave_kernel
jupyter kernelspec install /opt/conda/envs/octave/share/jupyter/kernels/octave --name octave
Addressed in #104
so we can do stuff written in .m scripts
Mike tested this with some KE scripts and they worked!
also tried this: