Created
August 13, 2019 22:24
-
-
Save lobrien/dc349cbf2362ef2eaca422018fa91442 to your computer and use it in GitHub Desktop.
Proper way to install via pip 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