Note

This documentation is for a development version of ipywidgets. There may be significant differences from the latest stable release.

Installation for DevelopersΒΆ

  1. To install ipywidgets from GitHub using git, you will need to have npm installed.
  2. Clone the repo
git clone https://github.com/ipython/ipywidgets
cd ipywidgets
  1. Do a development install of the ipywidgets package by running the following from the repo’s root directory)
pip install -e .