forked from bearstech/ipython_notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
69 lines (62 loc) · 1.29 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[buildout]
newest = false
extensions = gp.vcsdevelop
find-links = http://www.gawel.org/docs/dist
parts =
environment
eggs
notebook
sqlite
develop-dir = src
vcs-extend-develop =
git+git://github.com/ipython/ipython.git@rel-2.2.0#egg=ipython
git+git://github.com/ipython/nbconvert.git#egg=nbconvert
git+git://github.com/jonathan-taylor/Rmagic#egg=rmagic
git+git://github.com/sympy/sympy.git#egg=sympy
[environment]
recipe = collective.recipe.environment
JAVA_HOME = /usr/lib/jvm/default-java
[eggs]
recipe = zc.recipe.egg
eggs =
ipython[zmq,notebook]
matplotlib
sympy
pyzmq
tornado
twitter
prettytable
requests
facebook-sdk
networkx
python-linkedin
geopy
cluster
google-api-python-client
nltk
beautifulsoup4
# boilerpipe
feedparser
numpy
python_dateutil
pymongo
envoy
oauth2
PyGithub
${sqlite:eggs}
entry-points =
notebook=scripts:notebook
extra-paths =
.
[notebook]
recipe=collective.recipe.supervisor
http-socket = unix
user = notebook
password = notebook
file = ${buildout:directory}/var/supervisor.sock
programs=
1 notebook ${buildout:directory}/bin/notebook ${buildout:directory}/notebooks true
[sqlite]
recipe = zc.recipe.egg
eggs = pysqlite
#interpreter = mypython