Advertisement
oort77

pip install from within Jupyter notebook

Jul 2nd, 2022
1,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. import sys
  2. !{sys.executable} -m pip install package1 package2
  3.  
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement