Top "Ipywidgets" questions

IPython widgets for the Jupyter Notebook

IPython Notebook ipywidgets does not show

I created a table with an interactive slider that allows me to toggle between different periods on my table. It …

python jupyter-notebook ipywidgets
How to get ipywidgets working in Jupyter Lab?

In Jupyter Notebook, ipywidgets work fine, however they seem to not work in Jupyter Lab (which is supposedly better than …

python ipython jupyter ipywidgets jupyter-lab
Using Ipython ipywidget to create a variable?

This seems really simple but I have not been able to find a single example or to solve this myself. …

ipython jupyter-notebook ipywidgets
how to fix - error: bad escape \u at position 0

Hello I'm trying to export a gmap html using ipywidgets in jupyter notebook but am encountering the following error: - …

python google-maps jupyter-notebook ipywidgets
Uploading files using Browse Button in Jupyter and Using/Saving them

I came across this snippet for uploading files in Jupyter however I don't know how to save this file on …

python file-upload ipython jupyter-notebook ipywidgets
ImportError: IProgress not found. Please update jupyter and ipywidgets although it is installed

I am using jupyter notebook and installed ipywidgets==7.4.2 widgetsnbextension pandas-profiling=='.0.0 and also I ran: !jupyter nbextension enable --py widgetsnbextension …

pandas jupyter-notebook jupyter ipywidgets pandas-profiling
Dynamically changing dropdowns in IPython notebook widgets and Spyre

I have a dropdown in an IPython notebook (as part of the HTML widgets) and in a Spyre app (as …

python jupyter-notebook ipython ipywidgets
Clear widget area of a cell in a Jupyter notebook from within notebook

I'm wondering if it's possible to clear the widget area of a cell in a Jupyter notebook from the notebook …

python ipython jupyter-notebook ipywidgets
Clear MatPlotLib figure in Jupyter Python notebook

I want a 3D scatter plot in MatPlotLib to be rotated interactively in a Jupyter Python notebook. For that reason …

python matplotlib jupyter-notebook ipywidgets
iPyWidget with date slider?

I am wondering if there's an easy way to build an iPyWidget with a datetime slider. Right now it is …

python jupyter-notebook ipython jupyter ipywidgets