Skip to main content

IPython HTML widgets for Jupyter

Project description

# Interactive HTML Widgets

[![Build Status](https://travis-ci.org/ipython/ipywidgets.svg?branch=master)](https://travis-ci.org/ipython/ipywidgets) [![Join the chat at https://gitter.im/ipython/ipywidgets](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ipython/ipywidgets?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Interactive HTML widgets for Jupyter notebooks and the IPython kernel.

## Install

  1. Install [notebook](https://github.com/jupyter/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.

Release history Release notifications | RSS feed

This version

4.0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipywidgets-4.0.0.tar.gz (343.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page