-
Notifications
You must be signed in to change notification settings - Fork 203
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
[Feature Request] seamless Jupyter (IJulia) notebook editing in vscode #874
Comments
might be related: microsoft/vscode#86632 |
Yes, that looks very promising! Maybe we'll just get Jupyter notebook support in the VS Code base product :) |
Here is my current thinking on this: I believe that we won't add Jupyter notebook support in this extension here. Instead, I hope that a generic Jupyter notebook VS Extension will emerge that supports not just Python but also any other language. I do plan to add support for a notebook editing interface for .jmd files once the notebook editor support in the core VS product ships. The whole experience will be modeled after the R Notebook model. |
It looks like some are making progress on this. (posting here in case it helps future development of this) |
Work on this is happening in #980. |
On Insider build, the notebook seems to rather seamlessly. I'm on the latest Insider build myself. I've tested the following features:
Make sure you have:
Also keep in mind VS Code does not start the kernel until a cell is run (Ctrl+Alt+Enter or the Run button next to each cell) |
In addition you need to make sure that the Julia kernel in the kernel spec list (run |
Do you need to have the vscode insiders build nowadays? Or can it be done with the vscode "normal" build? |
Still VS Code Insider builds only, AFAIK. |
@davidanthoff I noticed the Notebook branch hasn't been updated for a while. I was wondering if i could submit a PR (based on the original notebook branch)
Happy to help, please let me know if this sounds good. |
@DonJayamanne Thanks for getting in touch, this is great timing! I was actually planning to reach out to you guys [1] to discuss how we can make this whole Julia kernel for Jupyter experience as smooth as possible! From my end that is really a high priority and I would be more than game that we try to figure this out jointly. Might it actually make sense for the two of us (and anyone else from the core teams) to schedule a meeting to discuss a bit of a roadmap for this and how we can best do all of this? I've thought a fair bit about various aspects of this, but I'm also not super familiar at the moment with the plans for the Jupyter extension, so my sense is that a general exchange of where we are on the Jupyter and Julia side of things might make sense? My email is on my Github profile, do you just want to send me an email there to connect, and then we can schedule something? [1] My understanding is that you are at MS and leading the Jupyter extension effort, right? |
Will do. |
I want a seamless Jupyter editing environment in vscode as same as python Jupyter notebook support, which is released these days.
https://code.visualstudio.com/docs/python/jupyter-support
This is just a feature request.
The text was updated successfully, but these errors were encountered: