Skip to content

Commit 1710625

Browse files
committed
DOC: add README
1 parent dbab755 commit 1710625

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

REDAME.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Time series exploration with matplotlib
2+
3+
## setup
4+
5+
To set up an enviroment for this tutorial use
6+
7+
$ conda create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython
8+
9+
for *nix
10+
11+
$ source activate mpl-tutorial
12+
13+
for windows
14+
15+
$ activate mpl-tutorial
16+
17+
### for 99-get_data
18+
19+
$ conda install -c cartopy proj4
20+
21+
## Running
22+
23+
All of the examples should be run from IPython as
24+
25+
%run -i NN-FILE.py

0 commit comments

Comments
 (0)