When installing Ipython, you must first follow Python-dev,
Then install, pip Install "Ipython[all]"
Can.
But at boot time (Ipython notebook), but the error:
Ipython Notebook error: [Errno] cannot assign requested address
Check the data.
Steps:
1. Execute Ipython Profile Create
2.vi/root/.ipython/profile_default/ipython_notebook_config.py
Modify this file to put C in the file. Notebookapp.ip = ' localhost '
The comment of this sentence is removed.
Everything OK.
Reference:
Http://stackoverflow.com/questions/25366106/anaconda-ipython-notebook-not-starting-in-server-setup
2015/07/22 Supplements:
Continue tonight Ipython notebook, why I can not remotely access it, after the investigation of data:
1.
C.notebookapp.ip = ' localhost '
This sentence should read:
C.notebookapp.ip = ' * '
2.
C.notebookapp.open_browser = True
This sentence should be:
C.notebookapp.open_browser = False
can be accessed. Ha ha