Deepnote, a Jupyter alternative, is going open source
21–30 of 179 posts
Re: Deepnote, a Jupyter alternative, is going open source
#22Marimo is great, but it's good to have competition in the space (especially when both projects are still owned and maintained by VC backed companies).
Re: Deepnote, a Jupyter alternative, is going open source
#23Are 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.
Re: Deepnote, a Jupyter alternative, is going open source
#24Sincerely, nice.
Re: Deepnote, a Jupyter alternative, is going open source
#25I’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.
Re: Deepnote, a Jupyter alternative, is going open source
#26I’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.
Yup, Marimo seems perfectly gittable and Deepnote looks more of the status quo. > Human-readable format: The .deepnote YAML format replaces .ipynb's messy JSON with clean, version-control and human-friendly structure for projects and notebooks. You can organize multiple notebooks, integrations, and settings into a single .deepnote project for better structure and collaboration. https://marimo.io/blog/python-not-json
Re: Deepnote, a Jupyter alternative, is going open source
#27For me, it's cringe to borderline painful to read.
Re: Deepnote, a Jupyter alternative, is going open source
#28Are 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.
Re: Deepnote, a Jupyter alternative, is going open source
#29I’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.
Re: Deepnote, a Jupyter alternative, is going open source
#30A lot of the comments on here are too pessimistic. Deepnote has had the single best jupyter interface for years now - unfortunately locked behind a cloud subscription though. Jupyter itself has been stagnant for far too long, and it's much appreciated there's more options coming online that have a modern level of polish. Marimo is great, but it's good to have competition in the space (especially when both projects ar…