Skip to content

Instantly share code, notes, and snippets.

@scubamut
Last active February 4, 2019 06:16
Show Gist options
  • Save scubamut/cb1c9a5e151cfa457f9ef5c1284d0c13 to your computer and use it in GitHub Desktop.
Save scubamut/cb1c9a5e151cfa457f9ef5c1284d0c13 to your computer and use it in GitHub Desktop.
Install a conda package in the current Jupyter kernel
#
import sys
!conda install --yes --prefix {sys.prefix} -c anaconda beautifulsoup4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment