Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfiers/tfiers-py
My matplotlib style & notebook setup
https://github.com/tfiers/tfiers-py
jupyter-notebook matplotlib python
Last synced: 15 days ago
JSON representation
My matplotlib style & notebook setup
- Host: GitHub
- URL: https://github.com/tfiers/tfiers-py
- Owner: tfiers
- License: mit
- Created: 2021-02-06T22:42:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T16:55:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:26:18.167Z (3 months ago)
- Topics: jupyter-notebook, matplotlib, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.## Installation
```
pip install tfiers
```
This will get you the[![Latest release on PyPI](https://img.shields.io/pypi/v/tfiers.svg?label=latest%20release%20on%20PyPI:)](https://pypi.python.org/pypi/tfiers/)
(Update an existing installation with `pip install -U tfiers`).