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

Is there an option that will allow you to run the matlab debugger? I see that both of the methods described [here](https://www.mathworks.com/help/matlab/matlab_external/debug-matlab-function-called-by-c-engine.html) require windows.

A fairly significant annoyance is that file system completions are all relative to the directory the kernel starts up in as opposed to the working directory. So, while `cd` works...

Is it possible to push/flush inline plots to cell output while a script is running. E.g. if you were to make plots at every iteration of a loop, they won't...

I don't know whether this is a general jupyter problem (this kernel is my first real exposure to jupyter), a problem with this kernel, or a problem with the distributed...

Hi there I'm trying to start a MATLAB R2019b kernel in Jupyter. I don't have any errors, it says that the kernel is connected, but it doesn't run (cells stays...

I think it would be more natural to display all plots in creation/modification order? I think changing line 121 in kernel.py from ```python for fname in sorted(os.listdir(tmpdir)): ``` to ```python...

Hello, I am quite new to jupyter and managed to install a standalone jupyter notebook container with the matlab kernel. But since multiple users need to have access to the...

Hi I'm having issues with my MATLAB R2018a starting in Jupyter. No errors but executing commands in a cell never get executed. I ran the install per the following link:...

when i use jupyter notebook to launch a matlab kernel, the terminal just shown the below error. `ImportError: /anaconda3/envs/jmatlab/lib/python3.7/site-packages/zmq/backend/cython/../../../../.././libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /anaconda3/envs/jmatlab/lib/python3.7/site-packages/zmq/backend/cython/../../../../../libzmq.so.5)` Anyone could give me...

When I run the .ipynb file in the Matlab kernel, the wrong show as below: `[I 11:01:21.946 NotebookApp] Kernel started: 4bc3109a-5cfc-4533-8dc3-cd02c439dfdf [I 11:01:25.909 NotebookApp] Adapting to protocol v5.1 for kernel...