Installed on the Mac Jupyter Notebook is also smooth, mainly for reference to the Mybefly share of the document, where the installation process used to make a record of the steps:
1. Upgrade Pip:sudo python-m pip install--upgrade--force pip
2. Install setuptools:sudo pip Install setuptools==33.1.1
3. Install python-dateutil:sudo pip Install python-dateutil==2.2
4. Installing Six:sudo pip install--ignore-installed Six
5. Install jupyter:sudo pip Install Jupyter
After the installation is complete, enter Jupyter notebook directly in the terminal.
During the installation process I did not encounter the problems encountered by Mybefly, if you encounter cannot import name _thread and six issues in the installation, please refer to http://www.cnblogs.com/mybefly/p/6526744.html. Although I did not encounter the above problem, I still have some cases during the installation process:
1.operation not permitted
An python-dateutil error occurred while installing the installation, because iOS OS X ei added the rootless feature, that is, the sudo command is not able to manipulate part of the file directory, and the rootless feature needs to be turned off. Restart your Mac, press and hold COMMAND + R two keys in the startup project to enter recovery mode, then start a terminal in recovery mode, enter Csrutil disable (enter Csrutile enable) to restart the computer after the problem is resolved.
2. Network problems
In the last step of the installation process, there are several times the package can not be found, meet this situation, adjust the network environment to install a few times on the line.
This article is from the "Abe" blog, so be sure to keep this source http://abezoo.blog.51cto.com/7223683/1956948
Jupyter notebook installed on Mac