GUI tools for Jupyter Notebook

14,779

Yes. The primary way to implement rich interactions in Jupyter is to use widgets.

https://ipywidgets.readthedocs.io/en/stable/

Please see https://github.com/AaronWatters/jp_proxy_widget for an easy way to use general interactive Javascript in Jupyter notebook widgets. Also see https://github.com/AaronWatters/jp_doodle for some components built using proxy widgets that support complex visualizations with mouse interactions and animation.

Share:
14,779
CVK
Author by

CVK

Updated on July 11, 2022

Comments

  • CVK
    CVK almost 2 years

    Is it possible to build Interactive application using Jupyter Notebook?? for example I want to a window frame with two icons for Image and Camera and I want to be call my Ipython program in it.

    enter image description here