Skip to content

JanPalasek/pretty-jupyter-examples

Repository files navigation

Pretty Jupyter Examples

Shows, how Pretty Jupyter can be used by using examples.

Every example has also included link to the generated html report.

If you want to run any of the examples, install the latest Pretty Jupyter.

python -m venv "venv"
source venv/bin/activate # powershell ./venv/Scripts/Activate.ps1
python -m pip install -r "requirements.txt"