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 27 jupyter-matlab-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

I was unable to load the content of a .mlapp file from the browser MATLAB page with R2024a. The jupyter server loads normally and I am able to edit and...

bug
answered
development-in-progress
known issue

I was hoping the following in a cell might display the profiler: ``` profile on foo() profile viewer ```

feature request
waiting for response
possible-magic

When using an externally accessible IP when starting Jupyter, e.g. `jupyter lab --ip xx.xx.xx.xx`, I get the error ``` ERROR:MATLABKernel.fd50cfab-30d9-4841-b2d2-6e95b3e0a10c:Found a startup error: Error: MATLAB Kernel could not communicate with...

bug
question

### Details of the feature The notebooks spawned from this package share the MATLAB workspace from the singular MATLAB process backing these notebooks. Make it possible for notebooks to have...

feature request
development-in-progress
feature: one-matlab-per-notebook

### Details of the feature Consider the snippet: ```matlab for m=1:3 pause(3) m end ``` It is expected for the outputs from this execution to print a numbers every 3...

feature request
development-in-progress

![屏幕截图 2024-08-04 175152](https://github.com/user-attachments/assets/2206238e-93ea-423b-84b8-010c37753463) ![屏幕截图 2024-08-04 175720](https://github.com/user-attachments/assets/9a7d64e9-dbfc-41ee-9ca5-f0b3d25129a9) ![屏幕截图 2024-08-04 181634](https://github.com/user-attachments/assets/87073021-8fd0-45df-8315-97a47d985421) ...

requesting_simulink_support
development-in-progress

### Summary Hello, i'm running into an error trying to use the vpa() command in MATLAB I've set up a jupyter instance on a remote server using: 'jupyter notebook --no-browser...

bug