Skip to content

Commit 5c64092

Browse files
committed
Add binder
1 parent 04ab897 commit 5c64092

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Scientific Python Notebooks <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a>
1+
# Scientific Python Notebooks <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a> [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/maxnoe/scientific_python_notebooks/master)
22

33
Introduction to scientific python.
44

environment.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: dpg
2+
3+
channels:
4+
- defaults
5+
6+
dependencies:
7+
- python=3.7
8+
- matplotlib=3
9+
- notebook=5.7
10+
- numpy=1.17
11+
- pandas=0.25
12+
- scikit-learn=0.21
13+
- scipy=1.2
14+
- ipywidgets
15+
- pytables=3.5
16+
- pip

0 commit comments

Comments
 (0)