Skip to content

Instantly share code, notes, and snippets.

@rmporsch
Last active November 23, 2020 01:58
Show Gist options
  • Save rmporsch/7c838bbd8f2a59ee8af5a7163e517a4d to your computer and use it in GitHub Desktop.
Save rmporsch/7c838bbd8f2a59ee8af5a7163e517a4d to your computer and use it in GitHub Desktop.
Jupyter Notebook #jupyter #pip
# 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