Skip to content

Commit 1b21253

Browse files
committed
Update requirements to add version hints; add Binder button in README.md
1 parent de19195 commit 1b21253

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# notebooks
2-
A repository for student versions of course Jupyter notebooks
2+
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geo-python/notebooks/HEAD)
4+
5+
A repository for student versions of the Geo-Python course Jupyter notebooks. You can explore the notebooks using the Binder button above and find the course materials online at [the Geo-Python course website](https://geo-python.github.io).

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy
2-
matplotlib
3-
imageio
4-
pandas
5-
nose
6-
jupyter-offlinenotebook
1+
python==3.11.6
2+
numpy==2.1.0
3+
matplotlib==3.9.1
4+
imageio==2.35.1
5+
pandas==2.2.2
6+
jupyter-offlinenotebook==0.3.1

0 commit comments

Comments
 (0)