Jupyter notebook, ImportError: No module named pylab
问题 I am a ubuntu user, and I have install python 2.7.9 on my computer. In order to use jupyter notebook, I down load anaconda2. After my installation, I find after entering the command 'jupyter notebook', my browser will open jupyter notebook, but I can't find new python2, so I went to the https://ipython.readthedocs.org/en/latest/install/kernel_install.html Use the following commands: conda create -n ipykernel_py2 python=2 ipykernel source activate ipykernel_py2 python -m ipykernel install -