Skip to content

jdfreder/bitjet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitjet

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

bitjet

Installation

This uses IPython 3, which only has a release candidate out. To install a new copy of IPython, upgrading over your old version run:

pip install --pre 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.

About

🚀 Binary visualization using IPython widgets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.5%
  • Python 41.5%