hello everyone,
I have a task in my job, and one client required to use matlab and oxmetrics on jupyterhub…
Is there a way to install OxMetrics and Matlab on JupyterHub?
best regards,
Alexandre
hello everyone,
I have a task in my job, and one client required to use matlab and oxmetrics on jupyterhub…
Is there a way to install OxMetrics and Matlab on JupyterHub?
best regards,
Alexandre
Hi @Alexandre_Abreu, if you want to use Matlab in Jupyter, you may need to install matlab kernel like this: https://github.com/Calysto/matlab_kernel .
00Kai0, Doing like this, Will I be able to run Notebooks and consoles like I run in Python, for example?
I added “pip install matlab_kernel” to my image. It installed the kernel (octave), but it brings me and error message in log file: OSError: octave-cli not found, please see README
How can I solve this?
Best regards
Hi @Alexandre_Abreu, it seems like you need to install octave-cli. You can have a try.