Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 424 Bytes

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"