Jupyter Notebook #25936
Replies: 122 comments 67 replies
-
|
Is jupyter support with the ability to run the cells going to be implemented ? |
Beta Was this translation helpful? Give feedback.
-
|
I would suggest Hydrogen's approach to interface with Jupyter local or remote kernals: https://github.com/nteract/hydrogen |
Beta Was this translation helpful? Give feedback.
-
Hydrogen is definitely a killer feature, it was really awesome to use Hydrogen in Atom! |
Beta Was this translation helpful? Give feedback.
-
|
Jupyter notebook support would open up a huge community in Zed, I would certainly be part of the bandwagon if Zed introduced it |
Beta Was this translation helpful? Give feedback.
-
|
@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 |
Beta Was this translation helpful? Give feedback.
-
|
The only reason I haven't moved to Zed is because Jupyter notebooks aren't supported. I'd love to see this :0 |
Beta Was this translation helpful? Give feedback.
-
|
Is there an ETA for compatibility here? |
Beta Was this translation helpful? Give feedback.
-
|
I'm looking for people to start working on a integration of nteract Jupyter but I'm a really Rust beginner. |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
installed Zed. super impressed. found out ipynb not supported. disappointed. back to VS. that was quick. LOL |
Beta Was this translation helpful? Give feedback.
-
|
Hang in tight! We're working with a contractor to build some of this out! |
Beta Was this translation helpful? Give feedback.
-
|
Bumping this topic. The lack of Jupyter support has me going back to the standard |
Beta Was this translation helpful? Give feedback.
-
|
Hey folks, Zed human here, I just wanted to share that Notebooks are absolutely on our roadmap. We consider it a must-have, and we're working on resourcing the project so we can ship notebooks and invest in improvements consistently post-launch. As we begin to scope the project, I'll be coming back here to this community for input and advice; thank you all for caring and putting in the time. |
Beta Was this translation helpful? Give feedback.
-
|
Guys, we're really, really looking forward to it. That's the only thing that keeps me VS Code. |
Beta Was this translation helpful? Give feedback.
-
|
hopefully "notebooks" aren't limited to Jupyter. I really like working in Marimo but would like it even better if there was a Zed-native Marimo. |
Beta Was this translation helpful? Give feedback.
-
|
I absolutely despise VS Code. It's so laggy and slow—it makes the fan on my MacBook Pro 2019 run absolutely crazy. The first time I used Zed, it felt like landing on a new planet: so smooth and instantly responsive! No fan noise whatsoever. The only thing keeping me tied to VS Code is Jupyter file support! |
Beta Was this translation helpful? Give feedback.
-
|
Maybe as a starting point, this feature should be restored or fixed? Ability to open .ipynb files |
Beta Was this translation helpful? Give feedback.
-
|
@katie-z-geer: Here is a simple notebook viewer written in Rust that might be useful for ideas: https://github.com/moisutsu/nbcat |
Beta Was this translation helpful? Give feedback.
-
|
It would be nice to have the option not to use .ipynb files like you can in vscode/pycharm, and insteady just have .py file with #%% sections. In those sections we could have markdown or code. We would be able to run a single section at a time. One of the pain points of jupyter notebooks in vscode is that when you want to convert to from .ipynb to .py, you end up with two versions which can become out of sync. It would also be nice to have a full featured variable explorer that would provide an interactive way to explore the state of variables in the current session. In PyCharm, the Python Console includes a "Variables" pane that provides a hierarchical and introspective view of all declared variables. https://www.jetbrains.com/help/pycharm/debug-tool-window-variables.html Currently you can only get that information if you enter debug mode in vscode and put break points. Their variable explorer is poor in comparison. |
Beta Was this translation helpful? Give feedback.
-
|
If DeepNote notebooks can be supported, it would be cool, as their "open source" didn't make it for me. I can't even get venv to work with that in VSCode; if it can work in Zed, I would probably ditch VSCode |
Beta Was this translation helpful? Give feedback.
-
|
Just sharing a data point: my friend’s research team was ready to buy subscriptions, but the lack of Jupyter Notebook support was a dealbreaker. Flagging in case it helps with prioritization. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
I really want to use Zed in my day to day job, but the impossibility of seamlessly switch from notebook to script dev totally breaks the experience. At the moment I feel like this is the only real deal-breaker (in addition to no webview document preview). Unwillingly going back to VSCode while waiting for the support. |
Beta Was this translation helpful? Give feedback.
-
|
Looking forward to the Jupyter notebook support in Zed |
Beta Was this translation helpful? Give feedback.
-
|
I just spend 3h today migrating to zed to figure out that jupyter notebook wasn't even supported. It's a must have feature. The repl is also quite strange it require you to register the kernel on the machine, while vscode look directly at the enable python interpreters |
Beta Was this translation helpful? Give feedback.
-
|
I think this would have been done a long time ago if it were a priority. I am moving on without Zed. Thanks all. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions