python,ipython,jupyter Notebook Quick Install tutorial
Next: IPython, Notebook, qtconsole use of the tutorial
Next Python Data Science installation Numby,pandas,scipy,matpotlib etc (Ipython installation pandas)
In the recent in-depth analysis of Python data, in order to further optimize the tool to decide to install their own hands, but see the installation document is basically the same, can't keep up with the version changes have to see the official documents, choose the rapid installation, which also saves a lot of time for beginners, so more time to focus on the use of tools and scientific analysis.
(July 2, 2016 incremental update, citing Jupyter notebook's self-introduction.)
The Jupyter notebook is a Web application this allows you to create and share documents that contain live code, equations, Visualizations and explanatory text. Uses Include:data Cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more .) 0. Installation Environment
Windows10,python3.5.1,ipython,jupyter Notebook,and Other functionality
Official installation of the document Linux version 3.x
Official list of installed documents, including 3.x2.x et cetera 1. Download the latest version of Python (3.5.1 link) (download based on machine bits (64 bits)
2. Install Python
A few steps are not the default (note)
2.1 Double click the install package to add to path
2.2 Default Next
2.3 Check all users to use
Wait for the installation to complete.
2.4 Check to see if Pip and Setuptool have been installed.
CMD Enter python-m pip list
3. Quick Install Jupyter Notebook (updated in 2016/7/2) due to the latest integration of Ipython notebook as Jupyter notebook, update the 2016/1/5 article to properly install the configuration development environment.
3.1 Open cmd
3.2 Installation Jupyter Notebook
Enter PIP Install Jupyter notebook
can be installed successfully.
3.2 Start Notebook
Enter Jupyter Notebook
3.3 Operation
will automatically open the default browser as shown