Top "Ipywidgets" questions

IPython widgets for the Jupyter Notebook

ipywidgets: Update one widget based on results from another

I am using widgets in IPython that allows the user to repeatedly search for a phrase and see the results (…

python widget ipython ipywidgets
Jupyter notebook: Widget Javascript not detected

Question: I installed python3 and jupyter notebook using pip3 in MacOs 10.9. When I try to run the widget it gives …

python jupyter-notebook ipywidgets
Interactive matplotlib using ipywidgets

I want to implement an interactive plot using Matplotlib and ipywidgets in IPython (python3). So, how I can do this …

python matplotlib ipython jupyter-notebook ipywidgets
How to display matplotlib plots in a Jupyter tab widget?

I am having trouble displaying plots inside of Jupyter tab widgets. Consider the following snippet: import matplotlib.pyplot as plt …

python matplotlib jupyter-notebook ipywidgets
Jupyter: How to update plot on button click (ipywidgets)

I am using Jupyter and trying to make my plots interactive. So I have a plot. I have a ipywidgets …

python matplotlib jupyter ipywidgets
How to alight and place ipywidgets

Is there a way to control the placement and alignment of ipywidgets (inside jupyter notebook)? from ipywidgets import widgets from …

jupyter-notebook ipywidgets
graceful interrupt of while loop in ipython notebook

I'm running some data analysis in ipython notebook. A separate machine collects some data and saves them to a server …

ipython interrupt jupyter-notebook ipywidgets
How to display ipywidgets.Dropdown without a value selected

No question anymore. The problem is older ipywidgets version behaviour that looks to be fixed in version 7. The ipywidgets.Dropdown …

jupyter-notebook ipywidgets
Ipywidgets with Google Colaboratory

I am trying to use ipywidgets with Google Colaboratory, and (as with plotly) the simplest example from the docs does …

jupyter-notebook ipywidgets google-colaboratory