Skip to content

Commit

Permalink
FIX: update ipywidgets
Browse files Browse the repository at this point in the history
Using `ipywidgets` <v8 causes Javascript error
  • Loading branch information
redeboer committed Sep 27, 2023
1 parent 00396e4 commit 4b9b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/report/006.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"outputs": [],
"source": [
"%pip install -q ipywidgets==7.6.5 matplotlib==3.4.3 numpy==1.19.5 sympy==1.8"
"%pip install -q ipywidgets==8.1.1 matplotlib==3.4.3 numpy==1.19.5 sympy==1.8"
]
},
{
Expand Down

0 comments on commit 4b9b979

Please sign in to comment.