Description
I'm currently developing a Matlab toolbox, and I use Quarto to create documentation. Quarto can execute code in documents by interacting with a Jupyter kernel. For a preliminary version of my documentation see e.g. here.
So far I have been using the unofficial matlab_kernel which works generally okay, and with which the document linked to above has been created. However, it does have a few annoying bugs, which are unlikely to get fixed anytime soon.
So I was happy to see that now there is an official Jupyter kernel for Matlab. I installed the package, and after a bit of fiddling around, mostly related to convincing Matlab that I am a licensed user, I got it to work in Jupyter Lab.
Unfortunately, the same does not hold for a Quarto document. Processing the document
---
title: Test jupyter_matlab_kernel
jupyter: jupyter_matlab_kernel
---
```{matlab}
ver
```
leads to
Debian GNU/Linux 11.7, kernel 5.10.0-23-amd64
conda 23.1.0
Python 3.10.5
jupyter_core 5.3.1
jupyter-matlab-proxy 0.6.0
MATLAB 9.13.0.2166757 (R2022b)