Link

Jupyter

Extensions

Optimizing: https://towardsdatascience.com/optimizing-jupyter-notebook-tips-tricks-and- nbextensions-26d75d502663

nb-black for prettifying code: https://github.com/dnanhkhoa/nb_black

nbdev

For full code development, exporting Python libraries and modules from Jupyter.

Docs:

reviewnb

For code review on GitHub, it gives better Jupyter diffs to help with merging pull requests. Note that this only runs on GitHub, nothing is local.

Docs: https://www.reviewnb.com/#features

Jupyter Books

https://jupyterbook.org/intro.html

RISE

For slideshows

links: docs

Voila

For web presentations and dashboards. Serve the notebook in a browser with all ipywidgets live but the code either hidden or shown read-only.

Note that it’s designed for ipywidgets and generally static content. It won’t work for complex packages like Plotly and Bokeh that sort-of-tolerate Jupyter but aren’t really designed for that environment.

Links: docs, GitHub