Closed Betristor closed 2 years ago
Hi @Betristor,
matlab(connection)
is used to connect to an already-running Matlab, while matlab
starts a new Matlab process.Thanks for your reply!
I tried to change the kernel type between matlab(connection)
and matlab
and each time the kernel will initiate as I changed, which means they could not be alternatives for the other.
And I do check the list of current existing language server protocols and no sight of matlab. But I think it's a briliant idea to develop one for matlab for this kernel offers a convenient way to interact with matlab on browser without annoying GUI on ubuntu server.
Hi, I just finnished the installation of matlab kernel for jupyter and jupyterlab. But I do have some questions which are not solved from documentations.
What's the difference between kernel
matlab
andmatlab(connection)
?How could I use those toolboxs downloaded from the internet? Like yalmip, cvx and so on.
Is there a language server for matlab kernel? Cause lsp has problem detecting the language.