Skip to content

plot commands hang #73

@hansenms

Description

@hansenms

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions