Skip to content

Commit 530e39c

Browse files
committed
MAINT: setup simple env for binder (thebe)
1 parent 6a44c14 commit 530e39c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.binder/environment.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: lecture-python-programming
22
channels:
3-
- default
3+
- defaults
4+
- conda-forge
45
dependencies:
5-
- python=3.8
6-
- anaconda
6+
- python=3.9
7+
- pandas
8+
- numpy
9+
- matplotlib
710

0 commit comments

Comments
 (0)