Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created August 15, 2014 22:33
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 c0ldlimit/f3856f83844a49b73ff4 to your computer and use it in GitHub Desktop.
Save c0ldlimit/f3856f83844a49b73ff4 to your computer and use it in GitHub Desktop.
#python pip install inside ipython notebook
#saves having to exit and install stuff
import pip
def install(package):
pip.main(['install', package])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment