bitjet

Binary visualization using IPython widgets


Keywords
data, visualization, interactive, interaction, python, ipython, widgets, widget
License
BSD-3-Clause
Install
pip install bitjet==0.2.1

Documentation

Bitjet

Binary visualization using IPython widgets. This is a Jupyter/IPython notebook extension.

bitjet

Installation

This uses IPython 3. To install a new copy of IPython, upgrading over your old version run:

pip install --upgrade ipython[all]

Now install bitjet!

pip install bitjet

Optional dependencies

If you want to use all the examples, you'll need numpy.

pip install numpy # Here be dragons

Development

Hacking on this package is quite welcome. For the sake of your sanity, use pip's symlink option when installing:

pip install -e .

Then to mitigate caching issues with the browser, either pick a new port to run the IPython notebook on or hard reset your cache each time.