MATLAB: How to Run Matlab in Jupyter in VS Code

MATLAB

shows how to run Jupyter notebook in VScode. So it should be able to run Matlab in Jupyter in VS Code. I have tried but I got a message
"Timed out waiting to get a heartbeat from kernel process."
Please advise.

Best Answer

Hi,
Currently we have a way to integrate Matlab with Jupyter notebook and Jupyter lab. Please check the github link: https://github.com/mathworks/jupyter-matlab-proxy
Refer to README in the github repository for detailed workflow.
Note: The integration with VS Code is currently not supported.