1# Install a pip package in the current Jupyter kernel
2import sys
3!{sys.executable} -m pip install numpy
4
1#instead of useing Jupyter Use Google Collab
2#there you don't even have to install anything
3#GOTo : https://colab.research.google.com/
4
5#but if you want Jupyter only use
6pip install jupyter