mathworks / jupyter-matlab-proxy

MATLAB Integration for Jupyter enables you to run MATLAB code in Jupyter Notebooks and other Jupyter environments. You can also open MATLAB in a browser directly from your Jupyter environment to use more MATLAB features.
Other
282 stars 36 forks source link

MATLAB Kernel Error: Invalid argument name 'regionArray'. #67

Closed yanndebray closed 1 year ago

yanndebray commented 1 year ago

When updating to MATLAB 23b, I now get the following error when I start the MATLAB kernel for Jupyter (the web desktop works fine): image

yanndebray commented 1 year ago

Ok I solved it... I was on jupyter-matlab-proxy version 0.6.0 I updated to the latest (0.7.1), and it worked: pip install -U jupyter-matlab-proxy

rishabhdutta commented 1 month ago

Same issue when running on 'conda environment' with python version 3.6-3.7. Use conda environment with python version >3.9.