Last active
August 30, 2018 16:17
-
-
Save rcgalbo/ce6f77910f548807b6df7a7e5da92738 to your computer and use it in GitHub Desktop.
Install conda package in jupyter notebook into environment
This file contains 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 | |
!conda install --yes --prefix={sys.prefix} numpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment