p55py

Experimental python based Creative Coding library


Keywords
ipython, jupyter, widgets
License
MIT
Install
pip install p55py==0.1.0

Documentation

p55py

PROOF OF CONCEPT. HIGHLY EXPERIMENTAL. TRUST NO ONE.

Experimental Jupyter Widget for Creative Coding

Installation

To install use pip:

$ pip install p55py
$ jupyter nbextension enable --py --sys-prefix p55py

For a development installation (requires npm),

$ git clone https://github.com/vusd/p55py.git
$ cd p55py
$ pip install -e .
$ jupyter nbextension install --py --symlink --user p55py
$ jupyter nbextension enable --py --user p55py