diff --git a/tutorial/02_image_filtering.md b/tutorial/02_image_filtering.md index 29653fa..977be07 100644 --- a/tutorial/02_image_filtering.md +++ b/tutorial/02_image_filtering.md @@ -13,7 +13,7 @@ jupyter: --- ```python tags=["hide-cell"] -%pip install -q ipywidgets ipympl +%pip install -q widgetsnbextension==4.0.11 ipywidgets==8.1.3 ipympl==0.9.4 %matplotlib widget %config InlineBackend.figure_format = 'retina' ```