File tree 2 files changed +56
-1
lines changed
2 files changed +56
-1
lines changed Original file line number Diff line number Diff line change 1
- # python-snippets
1
+ # Python Snippets
2
+
3
+ These __ Python Snippets__ are tested with Python 3.5.x. (http://conda.pydata.org/ )
4
+
5
+ ## Get started...
6
+ To get started create a virtual environment and install the required packages.
7
+ The following example shows how to crate an environment with _ conda_ and Python 3.5 with
8
+ the required packages.
9
+
10
+ ``` bash
11
+ conda create -n py35-ps python=3.5 -f requirements.txt
12
+
13
+ source activate py35-ps
14
+
15
+ pip install -r requirements.txt
16
+ ```
17
+
18
+ ## The snippets...
19
+ tbd
Original file line number Diff line number Diff line change
1
+ appnope == 0.1.0
2
+ decorator == 4.0.10
3
+ entrypoints == 0.2.2
4
+ geojson == 1.3.3
5
+ ipykernel == 4.5.2
6
+ ipython == 5.1.0
7
+ ipython-genutils == 0.1.0
8
+ ipywidgets == 5.2.2
9
+ Jinja2 == 2.8
10
+ jsonschema == 2.5.1
11
+ jupyter == 1.0.0
12
+ jupyter-client == 4.4.0
13
+ jupyter-console == 5.0.0
14
+ jupyter-core == 4.2.1
15
+ MarkupSafe == 0.23
16
+ mistune == 0.7.3
17
+ nbconvert == 4.3.0
18
+ nbformat == 4.2.0
19
+ notebook == 4.3.0
20
+ numpy == 1.11.2
21
+ pandas == 0.19.1
22
+ pexpect == 4.2.1
23
+ pickleshare == 0.7.4
24
+ prompt-toolkit == 1.0.9
25
+ ptyprocess == 0.5.1
26
+ Pygments == 2.1.3
27
+ python-dateutil == 2.6.0
28
+ pytz == 2016.10
29
+ pyzmq == 16.0.2
30
+ qtconsole == 4.2.1
31
+ simplegeneric == 0.8.1
32
+ six == 1.10.0
33
+ terminado == 0.6
34
+ tornado == 4.4.2
35
+ traitlets == 4.3.1
36
+ wcwidth == 0.1.7
37
+ widgetsnbextension == 1.2.6
You can’t perform that action at this time.
0 commit comments