Advertisement
Guest User

Untitled

a guest
May 31st, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. conda create -n dato-env python=2.7 anaconda
  2. source activate myenv
  3.  
  4. conda update pip
  5.  
  6. pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/1.9/your registered email address here/your product key here/GraphLab-Create-License.tar.gz
  7.  
  8. conda install ipython-notebook
  9.  
  10. ImportError: No module named functools32
  11.  
  12. Jupyter notebook format depends on the jsonschema package:
  13.  
  14. https://pypi.python.org/pypi/jsonschema
  15.  
  16. Please install it first.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement