Python Package Reference Instructions 🌱
How to Install Python Libraries Inside Jupyter Notebook
import sys
!{sys.executable} -m pip install <package_name>
How to check version of a specific package
pip freeze | grep ipywidgets
How to Upgrade a Specific Python Package
pip install --upgrade matplotlib
Notes mentioning this note
There are no notes linking to this note.