jupyter-matlab-proxy
jupyter-matlab-proxy copied to clipboard
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 m...
**System:** Windows 10 Matlab (R2023a) Update 5 Python 3.8.16 (via Miniconda) Jupyter Lab 3.6.3 (via conda install) jupyter-matlab-proxy 0.7.2 (via pip install) **Issue:** I edit/build Matlab Notebooks in VS Code...
Hello guys! Not so much an issue but more a question: Has anyone been able to get the jupyter kernel embedded in vscode via a devcontainer? My attempts so far...
I can use the proxy with R2023a and Python 3.10 on Windows 11. When I shut down the MATLAB kernel and shut down jupyterlab, the MATLAB process and matlab-proxy-app.exe process...
Created on behalf of @rsp34 based on [this comment](https://github.com/mathworks/jupyter-matlab-proxy/issues/59#issuecomment-1705330440) in mathworks/jupyter-matlab-proxy#59. @rsp34 states: " I would like to share the MATLAB engine from an instance of MATLAB running on my...
It seems only token authorization is supported, it would be nice to get support for password authentication per https://jupyter-server.readthedocs.io/en/latest/operators/security.html as well. Thanks.
I am wondering if it is possible to install it through conda? And, once installed, if I can run the kernel with `$ jupyter-console --kernel=matlab`
I tried to locate pathdef.m to notebook root or userpath of matlab but that doesn't affect to change path of the matlab kernel. How can I automatically add custom path...
Hey, Opening a neural net using `analyzeNetwork(net)` opens an iframe with the url `http://127.0.0.1:8888/matlab/matlab/static/...` which gives a page not found error. The correct url is `http://127.0.0.1:8888/matlab/static/...`. Changing the iframe's url...
Hi, I'm using JupyterLab through JupyterHub (with reverse proxy nginx) All the users can login to JupyterHub and do `matlab` calculations through terminal ``` > matlab MATLAB is selecting SOFTWARE...
In Windows, matlab-proxy-app will not be able to connect to MATLAB R2024a unless administrator privileges are granted, but will start a MATLAB process in the background that cannot be terminated...