What do you recommend guys for this error when I type in console ipython notebook and got
ipython notebook
ImportError: No module named notebook.notebook
if you are using python version 2
pip install jupyter
in case using python 3.x
pip3 install jupyter
to be on the safe side also check that notebook module is installed or not
pip install notebook
or
pip3 install notebok