From dfb3ba80500ce40b11e55306420466f88a35e841 Mon Sep 17 00:00:00 2001 From: Manon Marchand Date: Tue, 25 Jun 2024 17:24:45 +0200 Subject: [PATCH] fix: pin ipywidgets version for now this is linked to https://github.com/jupyter-widgets/ipywidgets/issues/3925 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 61ffe55..223f3b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,7 @@ jupyterlab-night jupyterlab_miami_nights # Python: anywidget library for Jupyter notebooks (optional) +ipywidgets==8.1.2 anywidget # Python: ipyevents library for Jupyter notebooks (optional) ipyevents>=2.0.1