How to install iPython

If you’re a Python programmer, you should be using iPython. Use the steps below to install.

1Install iPython

You can install easily with pip: pip install ipython or easy_install: easy_install ipython Or if you’re having trouble, you can visit the more detailed installation guide.


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

Leave a Reply

Your email address will not be published. Required fields are marked *