Correspondence table of commands that are likely to be used in IPython and pry.
IPython often has the same alias as the pry command, so I've prepared it as much as possible.
IPython | pry | |
---|---|---|
help | ? | help |
Object help | ? object | ? object, ri object |
View source code | ?? object, psource object | $ object |
Editing and executing source code | edit [object] | edit [object] |
Read / execute file | run example.py | play example.rb |
View history | hist | hist |
Executing system commands | !command [args] | .command [args] |