Alternatives
Products that do what Kyso – an easy way to share Jupyter notebooks does
Hi HN, We're the founders of https://kyso.io We want to make it really easy to share data-science within teams, and we've started with Jupyter notebooks. We render the notebooks really nicely, so you can embed interactive visualisations like Bokeh, and Plotly plots. Another nice thing is we allow you to hide the code for non-technical readers, so you basically get a beautiful data blog. Look at https://kyso.io/laura/ for some examples. We really want to hear your feedback, let us know what you think!
- 1KP
Hi HN - the founders of kyso here. Kyso (https://kyso.io) is a blogging platform for data science. We render your jupyter notebooks, including all code, interactive visualisations and rich markdown, as awesome data blogs. Upload existing notebooks, import your repos from Github and start brand new Jupyterlab environments in the cloud, all for free. And then publish and share your blogs with the community! Have a look here for a few example posts on our platform: https://kyso.io/jamesle/fifa18…
2018
- 2KB
Hi HN, We're the founders of Kyso (https://kyso.io), we want to make it really easy for data-scientists to be able to blog and share their work. Think of it like medium for data-science. For readers you can discover and nerd out on data stories. For data-scientist you can make a portfolio of charts, Jupyter notebooks and R notebooks. We support javascript plots - Bokeh and Plotly work, and you can integrate with Github. For teams, we offer a private area, which works similar to Airbnb's knowledge-repo, where the data-scientists in a company can post their analysis for the entire…
2019
- 3

- 4WP
Hi HN! Last year, we shared marimo [1], an open-source reactive notebook for Python with support for execution through WebAssembly [2]. We wanted to share something new: you can now run marimo and Jupyter notebooks directly from GitHub in a Wasm-powered, codespace-like environment. What makes this powerful is that we mount the GitHub repository's contents as a filesystem in the notebook, making it really easy to share notebooks with data. All you need to do is prepend 'marimo.app' to any Python notebook on GitHub. Some examples: - Jupyter Notebook:…
2025 · docs.marimo.io
- 5AM
Hey HN! We’ve forked Jupyter Lab and added AI code generation features that feel native and have all the context about your notebook. You can see a demo video (2 min) here: https://www.tella.tv/video/clxt7ei4v00rr09i5gt1laop6/view Try a hosted version here: https://pretzelai.app Jupyter is by far the most used Data Science tool. Despite its popularity, it still lacks good code-generation extensions. The flagship AI extension jupyter-ai lags far behind in features and UX compared to modern AI code generation and understanding tools (like…
2024 · github.com
- 6AM
I love Jupyter – it's how I learned to code back when I was working as a scientist. But I was always frustrated that there wasn't a simple and elegant app that I could use with my Mac. I made do by wrapping JupyterLab in a chrome app, and then more recently switching to VS Code to make use of Copilot. I've always craved a more focused and lighter-weight experience when working in a notebook. That's why I created Satyrn. It starts up really fast (faster time-to-execution than VS Code or JupyterLab), you can launch notebooks right from the Finder, and the design is super minimalist. It's got…
2024 · satyrn.app
- 7MP
Mercury is a perfect tool to share your Python notebooks with non-programmers. - You can turn your notebook into web app. - You can add interactive widgets to your notebook by defining the YAML header. Your users can change the input and execute the notebook. - You can hide your code to not scare your (non-coding) collaborators. - Users can interact with notebook and save they results. - You can share notebook as a web app with multiple users - they don't overwrite original notebook. The demo running at Heroku (free dyno) http://mercury-demo-1.herokuapp.com, at AWS EC2 (t3a.small)…
2022 · github.com
- 8BM
Hi HN! We're Lucas and Lucas from Briefer and we're building better notebooks. Our notebooks are kind of a mix between Notion and Jupyter with extra features, like the ability to schedule notebooks, turn them into dashboards and apps, and write SQL queries whose results turn into data frames automatically. We're building better notebooks because we think they're a great idea poorly executed - for three reasons. The first problem with notebooks is that they're difficult to share. Non-technical people don't want to download docker containers and install Python libraries to see what the data…
2024 · briefer.cloud
- 9MA
Hi HN! We’re excited to share marimo, an open-source reactive notebook for Python [1]. marimo aims to solve well-known problems with traditional notebooks [2]: marimo notebooks are reproducible (no hidden state), git-friendly (stored as Python files), executable as Python scripts, and deployable as web apps. GitHub repo: https://github.com/marimo-team/marimo In marimo, a notebook’s code, outputs, and program state are always consistent. Run a cell and marimo reacts by automatically running the cells that reference its declared variables. Delete a cell and marimo scrubs…
2024 · github.com
- 10MC
Author here. Mercury is the simplest way to serve your notebooks as web apps. The simplicity of the framework is very important to us. Mercury has some useful features to make sharing easier: - you can show or hide your code, - your users can easily export executed notebook to PDF/HTML, - there is built-in authentication, - you can produce files in the notebook and make them downloadable, - you can share multiple notebooks. We also care about deployment simplicity. That's why we created a shared hosting service called Mercury Cloud. You can deploy notebook by uploading a file. Below…
2023 · runmercury.com
- 11

- 12TA
Hey HN, we're building Thread (https://thread.dev/) an open-source Jupyter Notebook that has a bunch of AI features built in. The easiest way to think of Thread is if the chat interface of OpenAI code interpreter was fused into a Jupyter Notebook development environment where you could still edit code or re-run cells. To check it out, you can see a video demo here: https://www.youtube.com/watch?v=Jq1_eoO6w-c We initially got the idea when building Vizly (https://vizly.fyi/) a tool that lets non-technical users ask questions from their data. While…
2024 · github.com
- 13

- 14AL
Hey HN! I built a local Python prototyping tool that is finally the Python development environment I've always wanted. It has a Jupyter notebook for data crunching, a database of your choice (Python or MongoDB), and a Streamlit app for building a frontend visualization. You can edit the Streamlit backend via an embedded VSCode editor, or locally on your own IDE. The best part for me is that the database connectors within Jupyter and Streamlit are configured out-of-the-box, so you don't need to spend time thinking about how to tie all that together - you can just pick the database you want to…
2023 · github.com
- 15

- 16

- 17AT
2019 · github.com
- 18MO
Hi HN! Last month, we shared marimo [1][2], an open-source reactive notebook for Python. For those who missed it, marimo notebooks are reproducible, stored as Python files, executable as Python scripts, and deployable as web apps. It’s now possible to run marimo notebooks entirely in the browser via WebAssembly (WASM). - A marimo tutorial as a WASM notebook: https://marimo.app/l/c7h6pz - Training a neural network with Karpathy’s micrograd: https://marimo.app/l/xpd4te - Visualizing attractors, as a read-only app:…
2024 · marimo.app
- 19BP
2022 · github.com
- 20MP
Hi HN! We're excited to share marimo pair [1] [2], a toolkit that drops AI agents into a running marimo notebook [3] session. This lets agents use marimo as working memory and a reactive Python runtime, while also making it easy for humans and agents to collaborate on computational research and data work. GitHub repo: https://github.com/marimo-team/marimo-pair Demo: https://www.youtube.com/watch?v=6uaqtchDnoc marimo pair is implemented as an agent skill. Connect your agent of choice to a running notebook with: /marimo-pair pair with me on…
Apr 2026 · github.com
- 21RJ
2021 · deepnote.com
- 22MA
We launched marimo [1], an open-source reactive Python notebook, last year on HackerNews. Today, the most popular recent feature request in Google Colab’s issue tracker asks for marimo support in Colab [2]. Rather than try to convince Google to replace their notebook with marimo, we decided to just build our own cloud-hosted notebook service instead. We're calling this molab (mo for marimo), and we're launching it today. You can try it at https://molab.marimo.io Some features: - Persistent storage - Link sharing (notebooks are public but undiscoverable, like secret GitHub Gists) -…
2025 · molab.marimo.io
- 23CJ
2022 · mljar.com
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →