Skip to content

Commit

Permalink
Merge pull request #11 from ericpre/main
Browse files Browse the repository at this point in the history
Bump jupyterlite to 0.4.0 and pin ipywidgets in notebooks
  • Loading branch information
ericpre authored Aug 25, 2024
2 parents 8caee59 + 8e9f7e3 commit 86aa2bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion content/hyperspy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"outputs": [],
"source": [
"%pip install -q ipympl hyperspy[gui-jupyter]"
"%pip install ipywidgets==8.1.3\n",
"%pip install ipympl hyperspy[gui-jupyter]"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion content/rosettasciio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q rosettasciio"
"%pip install rosettasciio"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Core modules (mandatory)
jupyterlite-core==0.3.0
jupyterlab~=4.1.6
notebook~=7.1.2
jupyterlite-core==0.4.0
jupyterlab~=4.2.4
notebook~=7.2.1

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.3.1
jupyterlite-pyodide-kernel==0.4.1

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.1,<9
ipywidgets>=8.1.3,<9

# Python: interative Matplotlib library for Jupyter notebooks (optional)
ipympl>=0.8.2

0 comments on commit 86aa2bd

Please sign in to comment.