Ease the import / installation of packages in python and especially in notebooks
Usage
from easypip import easyimport
torch = easyimport("torch >= 1.8.0")
Allows easier and lighter pip install within notebooks
pip install easypip==1.4.1
Login to resync this project