Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/janpalasek/pretty-jupyter-examples
- Owner: JanPalasek
- Created: 2022-07-10T09:23:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T16:50:48.000Z (over 1 year ago)
- Last Synced: 2023-07-08T17:30:10.730Z (over 1 year ago)
- Topics: pretty-jupyter
- Language: HTML
- Homepage:
- Size: 21.3 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```