jupyter 小试
Install jupyter
- Download
get-pip.py
from https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py
pip install --user jupyter
cd /Users/xxx/Library/Python/2.7/bin
./jupyter notebook
get-pip.py
from https://bootstrap.pypa.io/get-pip.pysudo python get-pip.py
pip install --user jupyter
cd /Users/xxx/Library/Python/2.7/bin
./jupyter notebook
Comments
Leave a comment