-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use MATLABKernel from a VSCode devcontainer? #24
Comments
same issue here. I think it is possible for matlab proxy working in vscode-jupyter environment. I use vscode-jupyter to launch It returns :
|
My current workaround is to open the jupyter server from command line. Copy and paste the url into VSCode as "existing Jupyter Server" as guided here. |
I have not tried your method. But I think it will work. |
vani-lu's workaound works just fine for me. It would be nice if we could skip this step. |
hi, did "jupyter variables" panel work for you? |
@andresxvar |
Really appreciate your work here. But there's been a hiccup with it in my end. And if I disable the MATLAB extension and reopen the file, matlab lauguage is not recognised and features like syntax highlightening are gone while the "plain text" code works fine. |
This is a known limitation of with the Linter being used by the MATLAB extension for VSCode. Currently the linter only recognizes files which have ** M or MLX extensions **. For now, I'd recommend leaving the extension turned on and ignoring these warnings. The issue has been captured here: mathworks/MATLAB-extension-for-vscode#88 |
Thanks for the quick response! I suppose I can live with this. |
Hello guys!
Not so much an issue but more a question: Has anyone been able to get the jupyter kernel embedded in vscode via a devcontainer?
My attempts so far have been futile and I keep seeing
Anything I am missing in princple? It works in the lab and in the notebook but refuses to connect in vscode :'(
Cheers,
Manuel
The text was updated successfully, but these errors were encountered: