Table of Contents
iPython - Shell Command
About
shell
command
Articles Related
IPython - Command
Management
Start
With a
!
!ls
Capture Output
files = !ls
Passing value
$
or
{braces}
!grep -rF $pattern ipython/*
Documentation / Reference
http://ipython.readthedocs.io/en/stable/interactive/tutorial.html#system-shell-commands
http://ipython.readthedocs.io/en/stable/interactive/reference.html#system-shell-access