sys.executable pip install code example
Example 1: install packages from jupyter notebook
!pip install package-name
Example 2: install a package in jupyter notebook
install a package in jupyter notebook
!pip install package-name
install a package in jupyter notebook