I’m not familiar with Deepnote, but I have quite a lot of experience with Jupyter, and if someone were to ask me if there are more modern alternatives I would immediately point them to marimo ( https://marimo.io/ ). For me marimo is already a successor to Jupyter, it has replaced it entirely for me.
Deepnote, a Jupyter alternative, is going open source
11–20 of 179 posts
Re: Deepnote, a Jupyter alternative, is going open source
#12Re: Deepnote, a Jupyter alternative, is going open source
#13Are there any other people who hate notebooks? Give a plain old script anytime. Run and edit anywhere without extra packages or even a Web browser.
ironically that makes jupyter more portable via colab
Re: Deepnote, a Jupyter alternative, is going open source
#14Are there any other people who hate notebooks? Give a plain old script anytime. Run and edit anywhere without extra packages or even a Web browser.
If a "script" gets too long and complicated, and it's a project I intend to present to others, I often reach for a notebook to organize the code in a more digestible format
Re: Deepnote, a Jupyter alternative, is going open source
#15Re: Deepnote, a Jupyter alternative, is going open source
#16Framing of this seems a bit nasty tbh - jupyter deserves a little bit of respect on its name!
Re: Deepnote, a Jupyter alternative, is going open source
#17Framing of this seems a bit nasty tbh - jupyter deserves a little bit of respect on its name!
I agree with this. I have no problem with a technical discussion comparing the features and discussing Jupyter’s shortcomings. But the Jupyter job postings and contribution graph screenshots felt both ill-spirited and not particularly relevant. There was interesting stuff here: the human readable format, auto publication. But the tone and framing bashing a reliable open source project really turned me off.
Re: Deepnote, a Jupyter alternative, is going open source
#18Jupyter does not have (or need) a successor.
So what pain point are these new entrants trying to solve?
Sure there is an issue of .ipynb basically being a gnarly json ill suited for git but it is rare that I need to track down a particular git commit. Even then that json is not that hard to read.
Also I'd like an easier way to copy cells across different Jupyter notebooks, but at the end of day it is just Python and markdown not very hard to grok.
Re: Deepnote, a Jupyter alternative, is going open source
#19Re: Deepnote, a Jupyter alternative, is going open source
#20Are there any other people who hate notebooks? Give a plain old script anytime. Run and edit anywhere without extra packages or even a Web browser.