We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 423d227 + 1de4250 commit a20c8ecCopy full SHA for a20c8ec
content/hyperspy.ipynb
@@ -15,7 +15,6 @@
15
},
16
"outputs": [],
17
"source": [
18
- "%pip install ipywidgets==8.1.3\n",
19
"%pip install ipympl hyperspy[gui-jupyter]"
20
]
21
requirements.txt
@@ -1,13 +1,13 @@
1
# Core modules (mandatory)
2
-jupyterlite-core==0.4.1
3
-jupyterlab~=4.2.4
4
-notebook~=7.2.1
+jupyterlite-core==0.5.0
+jupyterlab~=4.3.4
+notebook~=7.3.2
5
6
# Python kernel (optional)
7
-jupyterlite-pyodide-kernel==0.4.1
+jupyterlite-pyodide-kernel==0.5.0
8
9
# Python: ipywidget library for Jupyter notebooks (optional)
10
ipywidgets>=8.1.3,<9
11
12
# Python: interative Matplotlib library for Jupyter notebooks (optional)
13
-ipympl>=0.8.2
+ipympl>=0.8.2
0 commit comments