Skip to content

Commit 0d53928

Browse files
authored
Pin ipywidgets (#6)
* Pin `ipywidgets` * Update anywidget.ipynb * Update requirements.txt
1 parent eadf721 commit 0d53928

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/anywidget.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"outputs": [],
4343
"source": [
44-
"%pip install anywidget"
44+
"%pip install anywidget ipywidgets==8.1.2"
4545
]
4646
},
4747
{

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
anywidget
2+
jupyterlab-widgets==3.0.10
23
jupyterlab~=4.1.8
34
jupyterlite-core==0.3.0
45
jupyterlite-pyodide-kernel==0.3.1

0 commit comments

Comments
 (0)