Created
April 19, 2018 08:43
-
-
Save Luxato/ce624968dcb057beb60abbabd67a96ec to your computer and use it in GitHub Desktop.
Install pip package in Jupyter notebook
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
# Install a pip package in the current Jupyter kernel | |
import sys | |
!{sys.executable} -m pip install numpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment