Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 656 Bytes

IPython-popup

Experimenal support for the creation of popup in IPython. The popup will have a codecell connected to the kernel of another notebook. The small demo here links two widgets in different window together. (one slider from the notebook linked to one slider in the popup)

Install

To install call: ipython install-nbextension --symlink --user popup

Run

The two widgets are now linked.