There was an error while loading. Please reload this page.
1 parent 08e8e96 commit 6c7c5ccCopy full SHA for 6c7c5cc
.gitignore
@@ -92,6 +92,9 @@ ENV/
92
# Emacs
93
*~
94
95
+
96
# Temporary data files
97
notebooks/recipeitems-latest.json
-notebooks/FremontBridge.csv
98
+notebooks/FremontBridge.csv
99
+notebooks/gistemp250.nc
100
+notebooks/my_figure.png
notebooks/04.13-Geographic-Data-With-Basemap.ipynb
requirements.txt
@@ -1,12 +1,16 @@
1
numpy==1.11
2
pandas==0.18.1
3
scipy==0.17.1
4
-sklearn==0.17.1
+scikit-learn==0.17.1
5
+scikit-image==0.12.3
6
+pillow==3.4.2
7
matplotlib==1.5.1
8
+seaborn==0.7.0
9
jupyter
10
notebook
11
line_profiler
12
memory_profiler
13
numexpr
-seaborn
14
pandas-datareader
15
+basemap
16
+netcdf4
0 commit comments