Skip to content

Instantly share code, notes, and snippets.

@neophytos-theodorou
Created July 28, 2016 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neophytos-theodorou/2c207ae9f5d4c719023239efa35d7a40 to your computer and use it in GitHub Desktop.
Save neophytos-theodorou/2c207ae9f5d4c719023239efa35d7a40 to your computer and use it in GitHub Desktop.
Use an alias that makes sure iPython is loaded from inside the venv
alias ipy="python -c 'import IPython; IPython.terminal.ipapp.launch_new_instance()'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment