Skip to content

Instantly share code, notes, and snippets.

@rcgalbo
Last active August 30, 2018 16:17
Show Gist options
  • Save rcgalbo/ce6f77910f548807b6df7a7e5da92738 to your computer and use it in GitHub Desktop.
Save rcgalbo/ce6f77910f548807b6df7a7e5da92738 to your computer and use it in GitHub Desktop.
Install conda package in jupyter notebook into environment
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