Last active
May 2, 2019 17:01
-
-
Save GiantRobato/68a838fe7a4b958377aa9d75e17a2350 to your computer and use it in GitHub Desktop.
How to install missing packages in notebooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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