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
Advanced/colored error highlighting for Matlab Notebooks in VS Code #68
When an error happens, the error message to the notebook is in plain text:
Compare this to the exact same Notebook opened in JupyterLab 3:
And compared to a Python Notebook in VS Code:
Request:
Is it possible to consider in future updates the ability to have at least the same color warning/error messages for VS Code. Ideally more advanced error messages would be nice, but this may have more to do with Matlab itself.
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 (as per explained here: https://github.com/mathworks/jupyter-matlab-proxy/issues/41 )
When an error happens, the error message to the notebook is in plain text:
Compare this to the exact same Notebook opened in JupyterLab 3:
And compared to a Python Notebook in VS Code:
Request: Is it possible to consider in future updates the ability to have at least the same color warning/error messages for VS Code. Ideally more advanced error messages would be nice, but this may have more to do with Matlab itself.