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 efa37d2 commit e84e7ccCopy full SHA for e84e7cc
2 files changed
REDAME.md
@@ -4,7 +4,7 @@
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
+ $ 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
notes.org
@@ -30,7 +30,7 @@ https://www.packtpub.com/application-development/interactive-applications-using-
30
31
** install
32
33
-$ conda create -p /tmp/demo -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython
+$ conda create -p /tmp/demo -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3
34
35
* 00-explore
36
- 'hello world' of event processing
0 commit comments