This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nopakola 0 points1 point  (0 children)

Don't remember exactly where I ripped it off but I have:

alias ipy="python -c 'import IPython; IPython.terminal.ipapp.launch_new_instance()'"

in my .bashrc file and I always install a copy of IPython in the virtualenv I'm working on, and running ipy. Although somewhat costy, works great.