matlab_kernel icon indicating copy to clipboard operation
matlab_kernel copied to clipboard

Jupyter Kernel for Matlab

Results 27 matlab_kernel issues
Sort by recently updated
recently updated
newest added

When the matlab code is wrong, the tips can't show correctly. My pc's default language is Chinese. I don't know if that's the reason. wrong one: `x=1:1:100; y=10*x*x; plot(x,y) title('test')`...

I have tried `%plot --format=svg` , but it seems not work.

After installing a Kernel Spec on Jupyter I have been trying to install system-wide with: IRkernel::installspec(user = FALSE) however, when I do I get [Errno 13] Permission denied: '/usr/local/share/jupyter' Perhaps...

When I change matlab-kernel to python kernel of some blocks in the same .ipynb file. I can't get any figures or an error. ![image](https://user-images.githubusercontent.com/34851469/122219975-80934d00-cee2-11eb-9186-73e65f058c9f.png)

Hello, I'm having trouble getting the kernel starting - has anyone encounter this before? _OS:_ Windows10 _Python:_ WinPython 3.8.1 (windows path setup, Matlab engine set up and running no problem...

Some discussion about that started in [this issue](https://github.com/Calysto/matlab_kernel/issues/73), but stopped more than 2 years ago. Anyone knows how to better control how figures show up in the notebook? My text...

If I add a comment in a cell, the autocomplete function in Jupiter notebook stops working. Pressing TAB after writing something autocompletes to the first match but it does not...

I have installed the matlab_kernel in a Python 3 (mini)conda environment using the following tutorial: [(https://am111.readthedocs.io/en/latest/jmatlab_install.html)] I'm able to start jupyter notebook (installed via conda) and run the matlab.engine commands...

I was wondering if it was somehow possible to implement displaying the symbolic variables in the notebook environment like `sympy` does. For clarification, this is the current situation: ![Current situation:](https://user-images.githubusercontent.com/26349315/81758037-5f835000-94c9-11ea-9d5b-bd1f00a475b0.png)...