Skip to content

Instantly share code, notes, and snippets.

@Luxato
Created April 19, 2018 08:43
Show Gist options
  • Save Luxato/ce624968dcb057beb60abbabd67a96ec to your computer and use it in GitHub Desktop.
Save Luxato/ce624968dcb057beb60abbabd67a96ec to your computer and use it in GitHub Desktop.
Install pip package in Jupyter notebook
# 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