When i try to use from IPython.display import clear_output, display_html, then i show the error:
(ImportError: No module named IPython)
I am using Python 2.7.13, and im trying to make the game of life from John Conway. I am following this link: http://nbviewer.jupyter.org/url/norvig.com/ipython/Life.ipynb
I have read another questions and answers about it, but any answer works for me. First, this error is showed in command line, and when i try to run this code in a file. Second, this error is direct to IPython, not submodule or something similiar.
Ok, finally i achieved my goal.
error: Unable to find vcvarsall.bat
so i installed visual studio c++ 9.0, the version to python 2.7.
For Anaconda try,
conda install -c anaconda ipython
If you scrolled this far you may want to try:
import IPython
as opposed to import Ipython
. Notice that 2 letters are capitalized
Use this code to install the IPython library:
!pip install ipython
import IPython
Well, this works on Google Colab.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With