A cloud data notebook where whole teams write Python, SQL and R together in real time - and, increasingly, hand the typing to an AI.
Here is a small, true, faintly absurd fact about how a lot of important decisions get made: someone runs an analysis in a Jupyter notebook, produces a chart, takes a screenshot of the chart, and pastes the screenshot into a message. The chart is now a picture. Nobody can click it, rerun it, or check the math. This is roughly how it worked in 2010 and roughly how it worked in 2019, which is the year four engineers decided it was ridiculous enough to build a company around.
Those engineers - Jakub Jurovych, Jan Matas, Filip Stollar and Jirka Lhotka - had spent time inside places that take data seriously: Two Sigma, Palantir, Google. The pattern they kept hitting was not that the tools were weak. Jupyter is powerful and ubiquitous. The problem was that the tools were lonely. Everything assumed one person, one machine, one file. "We tried everything out there," Jurovych has said, "the collaboration was always broken, no matter what we tried."
The obvious temptation, when you dislike a category-defining tool, is to build a shinier replacement and hope the world switches. Deepnote made the less glamorous bet. It kept the notebook - kept Jupyter compatibility, kept Python, added SQL and R as first-class citizens - and wired in the thing the notebook never had: other people. Two analysts can now sit in the same document at the same time, watch each other's cursors, and argue about a query without emailing a screenshot of it.
That sounds like a feature. It is closer to a worldview. If a notebook is a private draft, the analyst is a soloist and the organization sees only the final recital. If a notebook is a shared space, the whole company can wander into the data workflow - which is, more or less, the company's stated mission.
Deepnote raised a $3.8M seed in 2020 and a $20M Series A in January 2022, both co-led by Index Ventures and Accel, bringing the total to about $23.8M. The more telling detail is the angel list: OpenAI's Greg Brockman, Figma's Dylan Field, Naval Ravikant, Elad Gil, Daniel Gross, Lachy Groom. That is a roster of people who spend their days looking at software workflows for a living, and they were writing checks for a notebook. They were not buying a demo; they were buying the insight that collaboration, not compute, was the missing piece.
A notebook is, conveniently, one of the best-shaped surfaces for AI: structured cells, code next to prose, an obvious place to put a suggestion. Deepnote leaned in. Its AI agent will now draft an entire notebook from a prompt - code, SQL, and the explanatory text between them - and edit existing notebooks with context about what's already there. Autocomplete runs on Mistral's Codestral. There is an "ask mode" that answers questions without touching your work, for the times you want a rubber duck rather than a co-author.
The interesting restraint is that the agent drafts; the human still steers. In a field crowded with tools that promise to hand you The Answer, Deepnote's pitch is closer to handing you a first draft you can actually read and correct - which, if you have ever received an unexplained number from a black box, you will recognize as the more useful gift.
In 2025 Deepnote did something a venture-backed SaaS company does not have to do: it went open source, releasing its notebook as a drop-in Jupyter replacement. It also shipped Modules - reusable packages of trusted SQL and cleaning routines, so a team stops re-solving the same problem every Monday - and unlimited charting that renders millions of rows from a Pandas DataFrame without asking you to downsample first. None of these are flashy. All of them are the sort of thing that quietly earns a data team's loyalty, one unglamorous afternoon at a time.
The competition is real - Hex most of all, plus Databricks notebooks, Mode, Observable, Colab, and Jupyter itself. Deepnote is small, roughly 26 people, going up against much larger operations. But the category it is fighting over is enormous and strangely under-served: the daily working surface of every analyst on earth. The notebook is thirty years old and still runs the world's data work. Deepnote's whole thesis is that finishing it beats replacing it.
Multiple people write in one notebook at once, with versioning and cursors - so the analysis stays a living document instead of a screenshot.
Native connectors to Snowflake, BigQuery, databases and cloud storage. Query the warehouse and manipulate results in the same place.
Describe what you want and the AI agent builds the notebook - code, SQL and text - or debugs and edits what you already have.
Add input blocks, schedule runs, and publish interactive dashboards and data apps that non-coders can actually use.
SSO via SAML/OIDC, SCIM provisioning, audit logs, role-based access and private-cloud or on-prem deployment for regulated teams.
Bundle trusted SQL and cleaning routines into modules any teammate can import - so good work compounds instead of repeating.
Both rounds were co-led by Index Ventures and Accel, with Y Combinator and Credo Ventures along for the ride. The angels are the tell:
Four engineers in San Francisco set out to fix broken collaboration in data science.
Index and Accel lead, with angels including Greg Brockman and Naval Ravikant.
Notebooks become shareable, interactive apps with input blocks and scheduling.
Index and Accel co-lead again to help data teams do their best work.
An AI copilot arrives in the notebook for code generation and assistance.
Deepnote open-sources its notebook and ships reusable Modules plus unlimited charting.
Studied CS at Cambridge, worked on Firefox DevTools, later CTO of Operam. Named to Forbes 30 Under 30.
Co-founder leading engineering, with a background building data infrastructure at large data-first firms.
Co-founder and head of design, responsible for the notebook's craft-focused feel.
Deepnote is a cloud-based, collaborative data notebook - a Jupyter-compatible workspace where teams write Python, SQL and R, connect data sources, and work together in real time.
It was founded in 2019 in San Francisco by Jakub Jurovych (CEO), Jan Matas (CTO), Filip Stollar and Jirka Lhotka.
Roughly $23.8M total - a $3.8M seed round in 2020 and a $20M Series A in January 2022, both co-led by Index Ventures and Accel.
It's Jupyter-compatible but adds real-time collaboration, versioning, native data integrations, data apps, and an AI agent - and in 2025 became a drop-in open-source Jupyter replacement.
Its closest competitor is Hex, alongside Databricks Notebooks, Mode, Observable, Google Colab and the broader Jupyter ecosystem.