Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a8bbb commit 89c0f68Copy full SHA for 89c0f68
1 file changed
README.md
@@ -4,24 +4,24 @@
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 python=3
+ $ conda create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3
8
9
for *nix
10
11
- $ source activate mpl-tutorial
+ $ source activate mpl-tutorial
12
13
for windows
14
15
- $ activate mpl-tutorial
+ $ activate mpl-tutorial
16
17
### for 99-get_data
18
19
- $ conda install -c cartopy proj4
+ $ 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
+ %run -i NN-FILE.py
26
27
and sholud each be self-contained.
0 commit comments