Rashed Mohammed
Rashed Mohammed
I think its doable as mentioned by this article https://www.dartlang.org/articles/server/native-extensions. But I would prefer language specific code anytime over these inter-language calls and wrappers. Maybe a collaboration with dart team...
yup.. managing the caches such as removing/downloading would be nice
Hi @napaalm With R2024a, we support displaying tables as HTML tables. You can learn more about it [here](https://github.com/mathworks/jupyter-matlab-proxy/tree/main/src/jupyter_matlab_kernel#key-features). Below is how the example you have given looks in R2024a. ...
Thank you for the feedback. I'll forward this enhancement request to the development team.
Hi @utotch I see that you want to add custom path and command automatically when the MATLAB Kernel starts. You can modify the [startup](https://www.mathworks.com/help/matlab/ref/startup.html) script to run the MATLAB commands...
Hi @utotch Thank you for the response. 1. Currently, we do not have an inbuilt solution to running custom commands on kernel start. I have notified the development teams of...
Hi @allefeld Thank you for trying out MATLAB Integration for Jupyter. 1. The current implementation of MATLAB Kernel uses [matlab-proxy](https://github.com/mathworks/matlab-proxy) for communication with MATLAB. `matlab-proxy` requires a user to provide...
Thank you for the response. I was able to successfully reproduce the issue. As I have mentioned, the current implementation of MATLAB Kernel expects a Jupyter server to launch the...
Hi @asfilion Thank you for reporting this issue. We were able to reproduce the issue with `jupyter-matlab-proxy>=0.8.0` and `matlab-proxy
Thank you for confirming that upgrading `matlab-proxy` package fixes the issue of MATLAB not being available. With regards to the issue of "blank page", we weren't able to reproduce such...