Skip to content

Instantly share code, notes, and snippets.

@GiantRobato
Last active May 2, 2019 17:01
Show Gist options
  • Save GiantRobato/68a838fe7a4b958377aa9d75e17a2350 to your computer and use it in GitHub Desktop.
Save GiantRobato/68a838fe7a4b958377aa9d75e17a2350 to your computer and use it in GitHub Desktop.
How to install missing packages in notebooks
import sys
!{sys.executable} -m pip install requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment