Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`).