Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janpalasek/pretty-jupyter-examples

Examples for pretty-jupyter package.
https://github.com/janpalasek/pretty-jupyter-examples

pretty-jupyter

Last synced: 17 days ago
JSON representation

Examples for pretty-jupyter package.

Awesome Lists containing this project

README

        

# Pretty Jupyter Examples

Shows, how [Pretty Jupyter](https://github.com/JanPalasek/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.

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