Metadata-Version: 2.1
Name: tfiers
Version: 0.2
Summary: My notebook setup and matplotlib style
Home-page: https://github.com/tfiers/tfiers-py
Author: Tomas Fiers
Author-email: tomas.fiers@gmail.com
License: UNKNOWN
Project-URL: Source Code, https://github.com/tfiers/tfiers-py
Platform: UNKNOWN
Requires-Python: >= 3.8
Description-Content-Type: text/markdown
Requires-Dist: preload (~=2.2)
Requires-Dist: seaborn

# tfiers-py

My IPython notebook setup and my Matplotlib style.

Used in notebooks as:
```
from tfiers.nb import *
```
This will import `numpy` as `np`, setup autoreload, set the mpl style, etc. 


