Skip to content

Instantly share code, notes, and snippets.

@c7h
Created December 9, 2019 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c7h/73ae66c6b0bd32fbec03558a1ae235ea to your computer and use it in GitHub Desktop.
Save c7h/73ae66c6b0bd32fbec03558a1ae235ea to your computer and use it in GitHub Desktop.
Install a pip package in jupyter (the right way)
# Install a pip package in the current Jupyter kernel
import sys
!{sys.executable} -m pip install plotly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment