Google Big VM Dec 10, 2017 My quick notes on setting up a large VM at Google. # Setup conda create --name tensorflow python=3.5 source activate tensorflow pip install tensorflow # Now you can run your note books jupyter notebook