Description
Extends IPython so missing modules can be imported automatically during interactive work. It can make exploratory sessions faster when a user repeatedly needs common modules while experimenting.
This is convenience tooling for trusted interactive environments. Automatic imports can make code less explicit, so notebooks or examples meant for sharing should still show the imports they require.