Integrations
Packages and tooling that bridge Deepnote with the rest of the data-science ecosystem.
Featured
- ColabCode by Abhishek Thakur — Run VSCode (or any web IDE) from inside a Colab/Jupyter/Deepnote notebook. Useful when you need a real editor for files alongside your notebook. → Video walkthrough
Patterns
These are conceptual integrations rather than packages — common ways to wire Deepnote into a larger workflow:
- GitHub-driven publishing — Push notebooks to GitHub; embed the Deepnote launch button in your README so visitors can open them in one click.
- Snowflake / BigQuery / Postgres — Deepnote ships first-class integration. Add the data source once at project level; query from any notebook with
%%sqlmagic. - Notion / Slack / Discord — Notion/Slack-embed renders Deepnote project URLs as rich previews. Drop a project URL in a Slack channel and teammates see the notebook chrome inline.
Have an integration to add? Open a PR — see Contributing.