Why IPy: reasons for using IPython interactively
1–10 of 16 posts
Re: Why IPy: reasons for using IPython interactively
#2Re: Why IPy: reasons for using IPython interactively
#3I don't get why is this on front page. IPython is awesome, enough said. If you are not using it, you are doing it wrong.
Re: Why IPy: reasons for using IPython interactively
#4Re: Why IPy: reasons for using IPython interactively
#5Re: Why IPy: reasons for using IPython interactively
#6Re: Why IPy: reasons for using IPython interactively
#7How does ipy work with virtual envs? I've always admired the feature list, but my assumption is that it doesn't really run in a virtual env, would that be accurate?
virtualenv env
. ./env/bin/activate
easy_install readline
pip install ipython
on linux, you can avoid the readline install. i have no idea what the windows scene is, but at least for the past four or so years, i've never had a problem with virtualenvs and ipython.Re: Why IPy: reasons for using IPython interactively
#8i can have everything inline: syntax-highlignted code, markdown, dynamic plots, and LaTeX equations.
(some examples: http://nbviewer.ipython.org/github/ipython/ipython/blob/mast...)
what's more, you can share you work as a static .ipynb document or dynamically via a server (rather than your localhost, which is the default).
Re: Why IPy: reasons for using IPython interactively
#9IPython's built-in notebook mode (ipython notebook) entirely changed how I use Python. It's like an interactive session you can go save, reproduce, and publish.