
The AI-native successor to Jupyter that combines DuckDB speed with agentic coding
Livedocs is a next-generation data notebook built to fix the "stale state" problems of Jupyter. It features a reactive execution engine—meaning if you change a variable at the top, every dependent cell updates automatically.
### Why Data Teams are Switching
* **Model Choice**: Unlike other notebooks locked into one LLM, Livedocs lets you swap between **GPT-4o, Claude 3.5, and Gemini 1.5 Pro** within the same project.
* **Blazing Fast**: It uses **DuckDB and Polars** natively, allowing you to query million-row CSVs or Parquet files with SQL at near-instant speeds.
* **Agentic Workflows**: Its AI isn't just a chatbot; it's an agent that can write entire data pipelines, suggest visualizations, and debug complex library dependencies.
## Presentation Mode
Livedocs allows you to turn a messy technical notebook into a polished, interactive report for stakeholders with a single click, hiding the code blocks while keeping the live data widgets.
**Best for**: Data scientists who are tired of manual cell execution and want an environment that feels like a modern IDE combined with a collaborative doc.