40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
jupyter
|
|
matplotlib
|
|
numexpr
|
|
numpy
|
|
pandas
|
|
Pillow
|
|
psutil
|
|
scikit-learn
|
|
scipy
|
|
git+git://github.com/tensorflow/skflow.git
|
|
sympy
|
|
wheel
|
|
|
|
# Optional: these are useful Jupyter extensions, in particular to display
|
|
# the table of contents.
|
|
https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip
|
|
|
|
######
|
|
#####
|
|
#### Uncomment only the right version of TensorFlow for your system
|
|
### (default is Python 2, Ubuntu/Linux 64-bit, CPU only)
|
|
##
|
|
# Python 2, Ubuntu/Linux 64-bit, CPU only:
|
|
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
|
|
|
|
# Python 2, Ubuntu/Linux 64-bit, GPU enabled:
|
|
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
|
|
|
|
# Python 2, Mac OS X, CPU only:
|
|
#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl
|
|
|
|
# Python 3, Ubuntu/Linux 64-bit, CPU only:
|
|
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
|
|
|
|
# Python 3, Ubuntu/Linux 64-bit, GPU enabled:
|
|
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
|
|
|
|
# Python 3, Mac OS X, CPU only:
|
|
#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py3-none-any.whl
|