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
Install [notebook](https://github.com/jupyter/notebook)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ipywidgets-4.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce969d4371e41d194f9f70b7f2067e0aaae59d49874ef4442a3f7c81df0bb9af |
|
MD5 | aa46e4aedf8152b17e92bb168ae2ea9d |
|
BLAKE2b-256 | e9d30d43fbfd042e3ff7ea00a8f7b9513ed5e5e9c1f7d8d7fe4eb3f28e2f5c7b |