jupyter-matlab-proxy icon indicating copy to clipboard operation
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...

Results 22 jupyter-matlab-proxy issues
Sort by recently updated
recently updated
newest added

When I print a table in a MATLAB notebook I would like to render it in LaTeX, but it is not currently possible. The following is an example of a...

feature request

I was very excited to find this tool, thank you! It would be very useful, however, if the figures were interactive and if it allowed user input commands like `ginput`....

feature request

Both JupyterLab 3 and JupyterLab 4 have jupyter-matlab-proxy support for MATLAB code execution and the browser-based version of the MATLAB development environment. However, currently only JupyterLab 3 has jupyter-matlab-proxy support...

feature request
known issue

**System:** Windows 10 Matlab 2023a Python 3.8.16 (via Miniconda) Jupyter Lab 3.6.3 (via conda install) **ISSUE:** Using `Ctrl+/` works fine to comment lines of code (insert `% ` in front...

feature request

( Related to #26 ) We're experimenting with a JupyterHub instance (tljh) to serve multiple customers on the same instance, and found that Matlab seems to have a single master...

feature request
feature: one-matlab-per-notebook

I am on Windows 11 with jupyterlab 4, python 3.10 and MATLAB R2023b Update 4. When I use the proxy with v0.7.2, everything works as I would expect. After that...

bug
fixed
answered
known issue

**System:** Windows 10 Conda 23.5.0 Python 3.8.16 matlab-proxy 0.10.0 jupyter-matlab-proxy 0.10.1 Matlab R2023a Update 5 (though I observed the issue with earlier versions of jmp) **Issue:** Cell "times out" after...

question
feature request
development-in-progress

Really like ["With MATLAB R2022b and later, you can define a local function at the end of the cell where you want to call it"](https://github.com/mathworks/jupyter-matlab-proxy). Would be great if the...

feature request

Normally when calling `matlab` from the command line on my local machine, I will use the `-r` option with `addpath` commands to set up paths to directories containing custom MATLAB...

feature request

I'm currently developing a Matlab toolbox, and I use [Quarto](https://quarto.org/) to create documentation. Quarto can execute code in documents by interacting with a Jupyter kernel. For a preliminary version of...

answered
feature request