IPython and pry command correspondence table

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]

Recommended Posts

IPython and pry command correspondence table
Linux (Bash) and Windows (PowerShell) command correspondence table
Linux (Bash) and Windows (Powershell) key binding correspondence table
Correspondence between pandas and SQL
Code convention, method correspondence table