GPDoc notebooks give you Jupyter-level power with none of the infrastructure overhead.
From the launcher choose Notebook → Blank or start from a template such as Data Story or Teaching Lab. GPDoc opens the notebook runtime in the browser so code and explanation stay together.
Combine executable Python, TypeScript visualizations, SQL queries, and Markdown commentary in the same file. Outputs persist in the JSON source so reviewers can see exact results.
Commit notebook changes like any other file. Use pull requests to collect feedback, run tests, or trigger linting. Inline comments map to specific cells.
Export to .ipynb, HTML, Markdown, or PDF. Embed notebooks directly into docs or slides, or publish live previews for stakeholders.
Tips
- Preload datasets offline with
gpdoc datasets cacheso analyses stay fast on flights or in secure offices. - Add type hints and docstrings to cells so AI assistance has clearer context.
- Use the Snapshot feature to capture a point-in-time export before rerunning computations.
GPDoc keeps notebooks lightweight, portable, and ready for collaboration.
Next guide
Slide composer quickstart
Build and publish GPDoc slide decks that stay on-brand and ready for fast exports.