Skip to content

jasongrout/ipywidgets

 
 

Repository files navigation

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
    

About

IPython widgets for the Jupyter Notebook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 44.1%
  • JavaScript 33.7%
  • Python 21.0%
  • CSS 1.2%