Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 832 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 832 Bytes

Interactive HTML Widgets

Build Status Join the chat at https://gitter.im/ipython/ipython_widgets

Interactive HTML widgets for Jupyter notebooks and the IPython kernel.

install

  1. install jupyter_notebook

  2. install the package

     gulp css
     pip install -e .
    
  3. install and register the notebook extension:

     python -m ipython_widgets.install --enable
    

    or a symlink for a development install:

     python -m ipython_widgets.install --enable --user --symlink