Are 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.
Deepnote, a Jupyter alternative, is going open source
121–130 of 179 posts
Re: Deepnote, a Jupyter alternative, is going open source
#122"AI" has achieved what seemed impossible in 2019: It makes people hate all tech and gets them away from computers.
Re: Deepnote, a Jupyter alternative, is going open source
#123Way to undermine an interesting product launch through poorly chosen language: > Let’s be frank the single‑player notebook has felt outdated for a while now. We’re open‑sourcing its successor. Jupyter belongs in the hall of great ideas — alongside “Hello, world.” and “View Source.” If you're trying to reach out to the Python community this is not the way to do it. Completely unnecessary hostile language there! Have s…
This looks less like an "interesting" product, and more like a case of pivoting a commercial product that isn't making enough money into an open source one in the hope of at least gaining some credibility from all that work as well as undercutting the competition.
> They've built something genuinely useful and interesting
This core product has been around for years now. If it was that interesting and useful, more people would have likely paid for the original offering.
I would certainly recommend taking this 'release' with a touch more cynicism.
Re: Deepnote, a Jupyter alternative, is going open source
#124I’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.
Marimo has been acquired (last week), does the SaaS enshitification pattern give you any pause? https://marimo.io/blog/joining-coreweave
Re: Deepnote, a Jupyter alternative, is going open source
#125I’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.
Marimo has been acquired (last week), does the SaaS enshitification pattern give you any pause? https://marimo.io/blog/joining-coreweave
Re: Deepnote, a Jupyter alternative, is going open source
#126Re: Deepnote, a Jupyter alternative, is going open source
#127Way to undermine an interesting product launch through poorly chosen language: > Let’s be frank the single‑player notebook has felt outdated for a while now. We’re open‑sourcing its successor. Jupyter belongs in the hall of great ideas — alongside “Hello, world.” and “View Source.” If you're trying to reach out to the Python community this is not the way to do it. Completely unnecessary hostile language there! Have s…
Why is "View source" listed here as if it's some outdated feature of the past?
Re: Deepnote, a Jupyter alternative, is going open source
#128Re: Deepnote, a Jupyter alternative, is going open source
#129Re: Deepnote, a Jupyter alternative, is going open source
#130Are 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.
Jupiter is excellent at what it is designed for. For example, my usual workflow is as follows: when I develop a tool or model, I do so in a plain Python file. I then import the file from the notebook to create figures, demonstrations, documentation and so on, resulting in an immediate document that my colleagues and I can easily use for discussion. It's as simple and effective as that. It is also a great tool for tea…
Then there is also the issue that notebooks are too complex to version-control effectively.