Allows easier and lighter pip install within notebooks


License
GPL-3.0
Install
pip install easypip==1.0.1

Documentation

easypip

Ease the import / installation of packages in python and especially in notebooks

Usage

from easypip import easyimport

torch = easyimport("torch >= 1.8.0")