joshbode / ipywidgets

IPython widgets for the Jupyter Notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive HTML Widgets

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

Interactive HTML widgets for Jupyter notebooks and the IPython kernel.

Install

  1. Install notebook

  2. Install the package

     pip install -e .
    

Test

To run the Python tests:

nosetests --with-coverage --cover-package=ipywidgets ipywidgets

To run the Javascript tests:

npm run buildtests; python -m ipywidgets.jstest

To run the Javascript tests with all output printed:

npm run buildtests; python -m ipywidgets.jstest -- --logall

Description of jstest additional arguments: logall - If there is atleast one failure in the notebook, log information for every cell. logsuccess - Log information for every cell in the notebook, regardless of failure.

About

IPython widgets for the Jupyter Notebook

License:Other


Languages

Language:JavaScript 41.6%Language:Python 33.3%Language:TypeScript 22.7%Language:CSS 2.4%