[Tips]How To Install Libraries In Google Colaboratory
GOAL
Today’s goal is to run pip command and install library in the environment of Google Colaboratory.
Method
Reference: Importing a library that is not in Colaboratory
To execute shell command in Google Colaboratory, put ! at the top of the script.
!pip install matplotlib-venn