/fx

Primary LanguageJupyter Notebook

fx

memo

install python3
sudo apt -y install build-essential
sudo apt -y install python3-dev
install pip
sudo apt-get install python3-setuptools
sudo easy_install3 pip
install jupyter
pip install jupyter
install tensorflow(python3.4)
sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0rc0-cp34-cp34m-linux_x86_64.whl
install some modules
sudo pip install pandas
sudo pip install request 
sudo pip install pyyaml
install matplotlib
apt-get install libfreetype6-dev libxft-dev
pip install matplotlib