IPython HTML widgets for Jupyter
Project description
# Interactive HTML Widgets
[](https://travis-ci.org/ipython/ipywidgets) [](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
File details
Details for the file ipywidgets-4.0.0.tar.gz.
File metadata
- Download URL: ipywidgets-4.0.0.tar.gz
- Upload date:
- Size: 343.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0fd8e647224edcc889b1a960bbd658ea94145b6e926701f3f0df2ece10e4b7c
|
|
| MD5 |
a060763a7fa03fbe5aa5fab6ebd23a07
|
|
| BLAKE2b-256 |
d51074163dbe22c8391603d03d97c595158295a6a12d80bf06e01611c3f36c43
|