Issue
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.
Solution
Ok, finally i achieved my goal.
- I wrote ipython --version but i found, it was not installed.
- I tried to install it, with pip. I went to C:\Python27\Scripts, here is pip, you can try in this directory, or add to environment variables.
- I tried to install ipython, but i found a error
so i installed visual studio c++ 9.0, the version to python 2.7.
- pip install ipython
Answered By - Jhonatan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.