jupyter-matlab-proxy
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...
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...
I was hoping the following in a cell might display the profiler: ``` profile on foo() profile viewer ```
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...
### 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...
### 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...
   ...
### 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...