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
281 stars 36 forks source link

Unable to interact with Matlab in browser #66

Closed AndrewHerzing closed 1 year ago

AndrewHerzing commented 1 year ago

OS: Ubuntu 20.04.6 Matlab: R2021b jupyterlab: 3.6.3 jupyter_server: 1.23.4 jupyter-matlab-proxy: 0.7.1 matlab-proxy: 0.7.7

I can successfully open Matlab in the browser from Jupyter. If I press enter, a new >>> terminal prompt is created. However, I I try to enter an actual command the program freezes and nothing ever happens again:

image

I am accessing the Ubuntu machine remotely using ssh port forwarding and I am starting Jupyter with the --port=XXXX command. All other non-Matlab Jupyter functionality is working.

AndrewHerzing commented 1 year ago

I was able to fix this issue by upgrading to R2023b. I am not sure why or how this fixed the problem but it seems to be working now.

prabhakk-mw commented 1 year ago

That's good to hear!

We've been attempting to reproduce the stall at our end with the specified configuration with no success.

Now that you have 23b working, could you try reinstalling 21b or other releases and verifying that they work for you as well?