Simple Installation
1. GenerateDato-code key and get code , example
like that https://dato.com/products/create/quick-start-guide.html
Code
(mkdir-p ~/.graphlab && [b]echo -e [font=Source][color=#486600]"[Product]\nproduct_key=[b]unique-key" > ~/.graphlab/config&& [b]echo "Configuration file written") || [b]echo "Configurationfile not written"
2. execute python -V in terminal , if version 2.7.x available then okay , else
3. sudoapt-get update
4. sudoapt-get install python-pip
5. sudo pip installgraphlab-create==1.3
6. checkpython version and run python python –V
7. run python : python hit enter
8. Now runfollowing command and test it
https://dato.com/learn/gallery/notebooks/five_line_recommender.html
If you facing problem in installing pip command following these code
Code
[b]$sudo apt-get install python-pip python-dev build-essential
[b]$ sudo pip install --upgrade pip
[b]$ sudo pip install --upgrade virtualenv
[b]$ sudo apt-get update
[b]$ sudo apt-get install gcc g++ build-essential libopenmpi-dev openmpi-bin default-jdk cmake zlib1g-dev git
I hope its help , please post comment and ask question if you have any issue .
Thanks