i need to install GraphLab in jupyter notebook to do a coursera project but all instructions that i found and my research in stackoverflow shows that it require python-2.x or now python-2.7 is no longer supported so what can i do ?
I faced the same issue. This is how I solved it. I hope it'll help you too.
Click create option
Then provide a name for your environment and choose the appropriate python version. (GraphLab Create installation requires a Python 2.7.x environment and pip version >= 7)
When your environment ready you can open it with the terminal as follows.
conda update pip
to ensure pip is updated to the latest versionpip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/your registered email address here/your product key here/GraphLab-Create-License.tar.gz
conda install ipython-notebook
I hope it will help you. Thanks!