I wonder if it\'s possible to install python packages without leaving the IPython shell.
The accepted answer by aculich will not work in all circumstances, for example:
python binaryThe correct command is:
import sys
!{sys.executable} -m pip install requests