I wonder if it\'s possible to install python packages without leaving the IPython shell.
import pip pip.main(['install', 'package_name'])
The above shell-based answers don't work unless pip is in your $PATH (e.g. on Windows).
pip