Jupyter Notebook #25936
Replies: 150 comments 177 replies
|
Is jupyter support with the ability to run the cells going to be implemented ? |
|
I would suggest Hydrogen's approach to interface with Jupyter local or remote kernals: https://github.com/nteract/hydrogen |
Hydrogen is definitely a killer feature, it was really awesome to use Hydrogen in Atom! |
|
Jupyter notebook support would open up a huge community in Zed, I would certainly be part of the bandwagon if Zed introduced it |
|
@mikayla-maki @JosephTLyons, reading the "room temperature gauge" of the data science community, the interest is pretty strong in Zed, generally speaking, re: (zed-industries/extensions#157) , (zed-industries/extensions#136), & (zed-industries/extensions#145) ... doing a first take on jupyter integration with already supported Python in Zed might pave the way for the community for a future feature |
|
The only reason I haven't moved to Zed is because Jupyter notebooks aren't supported. I'd love to see this :0 |
|
Is there an ETA for compatibility here? |
|
I'm looking for people to start working on a integration of nteract Jupyter but I'm a really Rust beginner. |
|
VS Code created some incompatibilities when trying to implement their own version of the notebook frontend resulting in some plotting libraries & widgets not working - among other inconveniences. I'm not sure if this is possible, but maybe the jupyter installed in the venv could be used to render the notebook? |
|
Jupyter notebook support would bring large number of new users to try out Zed. There's probably no other feature with potential to bring so many users. |
|
I would love to use zed for all of my work but because jupyter notebook is not present not moved to zed fully. it is difficult to go back and forth from vs code to zed. |
|
I just installed Zed this morning and love the style and speed, but after finding that Notebook is not supported... I have to go back to VSCode. |
|
Ipython notebooks are also an essential part of how many academics (in Physics, Chemistry, Biology, etc) interact with programming, data analysis and presentation. It would definitely be necessary to incorporate ipython notebooks to make the switch to Zed viable for any of them. |
|
installed Zed. super impressed. found out ipynb not supported. disappointed. back to VS. that was quick. LOL |
|
Hang in tight! We're working with a contractor to build some of this out! |
|
Glad to see the devs have time to work on this, must be hard because it is such a different buffer from the others in zed currently. Always fun to see the |
|
I have tried to use notebooks with the expiremntal flags but for some reasons plots are not working for me (I have only tried with plotly) anyone else had this problem? Is there a way to solve this? |
|
Some things missing for my test
|
|
So glad to see some progress on this. Not 100% working but I can at least read my ipynb files which is a huge win for me. Keep up the good work. Not sure if this is right place for testing feedback but here are the Issues I see: 1) pandas DataFrames don't print nicely when the DataFrame var is last item in cell. 2) No way to delete cell. 3) No way to kill running cells. 4) Some cells won't run at all. |
|
Recently tried enabling the notebook flag and wow ipynb is working able to add new code block and md block as well, able to execute the code. Thanks zed, now no more going back to electron based editor. Only think is deletion of the cell is missing which can be done easily from opening in json and removing any cell block |
|
hi everyone, i have a question, last week jupyter notebooks worked and when i upgraded to 1.6.3 they no longer load properly, only display as a json file, still have "notebooks": "on" in feature_flags, are they gone or i could be missing something? |
|
Hello everyone, This is the version I am using, This is the same behaviour for latest preview version on my system zed --foregroundAlso, if someone a way without this flag, drop it down. |
|
Has anyone had success executing a I think the meaning of For now I made a |
|
Hi all. In a Jupyter Notebook, I'm unable to select & copy text (in output cell). Does anyone know how to do this?? I frequently need this so I can for example, google some error I got. |
|
Hi all. I will wait for this feature to be implemented. |
|
Hi, I've been contributing some fixes to the notebook editor recently, including cell deletion, kernel launch handling, and the empty notebook view. One of them is already merged and the others are open. I'd like to add SVG output rendering next, since matplotlib and some other libraries produce SVG and right now it just shows as an unsupported media type. Is anyone already working on that? And is there anything I should know before starting so I don't duplicate the ongoing work? Thanks |
|
As most, i'm running a TUI with Code and Cursor for interacting with the jupyter notebooks. Cursor became way too cluttered for an IDE and i came across Zed this morning. Just activated the feature flags and the UI for notebooks works perfectly fine! |
|
I made a jupyter notebook extension but it got closed as the team wanted it to be a feature. If any member from the core team can let us know what sub parts needs to be worked on then maybe it can be much faster. Thanks! |



Uh oh!
There was an error while loading. Please reload this page.
Check for existing issues
Is your feature request related to a problem?
I'm not sure "Feature Request" is the right thing to do, but I think this is a bit more than just a syntax highlight + LSP.
Every now and then, I go back to VS Code to work with Jupyter notebooks, and it would be nice to stay on Zed (+ collaboration 😙👌).
This task is probably a monumental one, as it also involves a different buffer view and possibly something that could be done by the community (?), but I still want to put it on the radar.
Describe the solution you'd like
It would be great to open Jupyter notebooks directly in Zed and be able to interact with it (adding new blocks, running code, etc.), similarly to what VS Code does.
If applicable, add mockups / screenshots to help present your vision of the feature
All reactions