Shell Commands in IPython Any command that works at the command-line can be used in IPython by prefixing it with the ! character. Example ! echo 'hello world!' # echo is like Python's print function hello world!
2020-11-07