Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sefffal/wt_utils.py
- Owner: sefffal
- Created: 2016-02-01T00:12:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T00:44:59.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T18:10:06.246Z (3 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~