Environment of this article: 64-bit windows8,32 bit python2.7. First, make sure you have Python on your computer and set it up as an environment variable.
The 1.windows command line enters the scripts file in the Python directory, or creates a new Git bash directly in the directory.
2. Download Install PYZMQ, here is not recommended to use PIP, PIP support for PYZMQ is not very good, not installed. I try to use Easy_install
Easy_install PYZMQ
There seems to be a mistake in the middle, but at the end of the note the installation was successful
Then the same method is installed jinja2, tornado
3. The following command can be notebook up:
Ipython Notebook
But the error, error is no module named Notebook.notebookapp
The main reason is that notebook from Python independent, not only support Ipython also support R,matlab, now renamed Jupyter, to pip install Jupyter, and then run Jupyter notebook
Now OK, whether it is Ipython notebook or jupyter notebook, can use Ipython notebook.
Installation of Ipython NoteBook in Windows environment