$ pip install git+https://github.com/sshh12/nb_autoimports --upgrade
Load with %load_ext nb_autoimports
and create a cell with just # autoimport:
. It's best to keep this cell seperate from other code since it's contents will be overridden by this extension.
See common_index.py for built-in aliases.
Include import names as a comma separated list. The order listed will be used as the lookup order.
Fill free to PR an update common_index.py.