leda

Summary

GitHub

Packaging

This pages demonstrates how leda can transform Jupyter notebooks into static reports.

Note that this site is being served by GitHub Pages, which only serves static content, yet you can interact with the pre-defined widgets as if a live kernel were running.

All reports were generated via:

python -m leda ./leda/demos/${NAME}.ipynb \
  --output /tmp/leda_outputs/ \
  --static-interact-mode static_ipywidgets \
  --template ${TEMPLATE} --theme ${THEME}

basic_demo.ipynb

Original Notebook

Link Template Theme
Static Report classic light
Static Report lab light
Static Report lab_narrow dark

matplotlib_demo.ipynb

Original Notebook

Link Template Theme
Static Report classic light
Static Report lab light
Static Report lab_narrow dark

plotly_demo.ipynb

Original Notebook

Link Template Theme
Static Report classic light
Static Report lab light
Static Report lab_narrow dark