Closed flototh closed 3 months ago
Hi @flototh
Thank you for using MATLAB Integration for Jupyter.
I was able to reproduce the issue and we are working on fixing this bug in the upcoming releases of jupyter-matlab-proxy
Great to hear & looking forward to the fix. Thanks for sharing this awesome software!
fixed by https://github.com/mathworks/jupyter-matlab-proxy/commit/1648aafdb66a5879b1461f37addbe30b6fbb9281 and is available as a part of v0.12.3
Kindly let us know if this issue persists after upgrading your package to v0.12.3 using the following command in your python environment:
python -m pip install -U jupyter-matlab-proxy
When using an externally accessible IP when starting Jupyter, e.g.
jupyter lab --ip xx.xx.xx.xx
, I get the errorupon executing any Matlab command in a Matlab notebook.
When using the default
localhost
everything works fine.The use case is to access Matlab on a remote server via the web browser. While this works fine with
localhost
and suitable ssh tunnels, using a "outwards" facing IP for the jupyter process would make things easier. Is this behavior supported?