Contributing
awesome-deepnote is community-maintained. Anything you add here helps the next person find a working notebook faster.
What belongs here
- Notebooks — public, runnable in Deepnote (via launch URL or
git clone), with a clear use case - Integrations — packages or tools that bridge Deepnote with another service (Colab compat, deploy buttons, embeddable widgets, etc.)
- Resources — community channels, official docs, launch-button generators
- Books & journals — full-length tutorial collections you can run end-to-end in Deepnote
What doesn't belong
- Dead links (we sweep periodically — flag them in an issue)
- Notebooks that only work in JupyterLab with custom kernels (Deepnote runs IPython)
- Marketing pages that don't link to actual runnable content
- Paid-only content (link to the free preview instead)
How to contribute
- Fork ramene/awesome-deepnote
- Edit
README.md— find the right section, add your entry following the existing format - Open a PR with a one-line description of what you added and why
Entry format
- [Title of the notebook](https://github.com/owner/repo) by [Your Name](https://github.com/yourhandle)
If the notebook has a Deepnote launch button:
- [](https://deepnote.com/launch?url=...) [Title](https://github.com/owner/repo)
What happens after the PR
Maintainer reviews for: link is alive, notebook actually runs, category fit, no duplicates. If it's a clean add, it merges within a few days. The site you're reading is auto-rebuilt from the README on every push to main.
License
By contributing, you agree your additions are released under the same Creative Commons Attribution 4.0 license as the rest of the list.