Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sefffal/wt_utils.py

Python Utils for Jupyter Notebooks
https://github.com/sefffal/wt_utils.py

Last synced: about 2 months ago
JSON representation

Python Utils for Jupyter Notebooks

Awesome Lists containing this project

README

        

# wt_utils.py
__Utilities for Python Jupyter Notebooks__

Here are a list of examples.
Please note that you will need to download and run them to see anything interactive or animated.

1. [Simple Animation](./examples/animation.ipynb)
2. [Complex Animation](./examples/animation.ipynb#Complex Plot)

To install the wt_utils package, run the following in a terminal:
~~~
pip install --upgrade http://github.com/sefffal/wt_utils.py/tarball/master
~~~

Or, inside a Jupyter notebook cell (beta):
~~~
!pip install --upgrade http://github.com/sefffal/wt_utils.py/tarball/master
~~~