Skip to content

Commit

Permalink
Pin ipywidget dependencies
Browse files Browse the repository at this point in the history
The recent release of 8.1.5 on Aug 22, 2024 apparently broke the whole
interactice thing again, it requested widgetsnbextension~=4.0.12 for
which in can't find a "nonbinary" wheel. *shrug*
  • Loading branch information
lagru committed Aug 24, 2024
1 parent 8de0674 commit c3e7539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/02_image_filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down

0 comments on commit c3e7539

Please sign in to comment.