-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
I am trying to do some Matlab plots in Jupyter, but can't get it working. I can get the matlab_kernel installed and it is working in the sense that I can do some calculations and see the results, but when I try to plot, the kernel hangs.
I am trying this in a virtual environment:
$ virtualenv -p python3 jupyter_python3
$ source jupyter_python3/bin/activate
$ pip install jupyter
$ pip install numpy matplotlib
$ pip install matlab_kernel
$ python -m matlab_kernel install --user
My matlab version is 9.1.0.441655 (R2016b).
If I type something like:
t = [1:10];
plot(t);
in a cell, it simply hangs. Any hints/suggestions would be much appreciated.
Metadata
Metadata
Assignees
Labels
No labels