What do you recommend guys for this error when I type in console ipython notebook and got
ImportError: No module named notebook.notebook
I got the same problem when upgrading ipython. This is a bug linked to the latest 4 version, I recommend you switch back to the stable version 3.2.1:
pip uninstall -y ipython
pip install ipython==3.2.1
-y option indicates "yes I want to uninstall" with no interaction