Forrest logo
back to context overview

ipython

List of commands for ipython:

  • ipython:tldr:04a2e ipython: Start a REPL (interactive shell).
    $ ipython
    try on your machine
    explain this command
  • ipython:tldr:151b2 ipython: Enter an interactive IPython session after running a Python script.
    $ ipython -i ${script-py}
    try on your machine
    explain this command
  • ipython:tldr:2ec5f ipython: Clear the IPython history database, deleting all entries.
    $ ipython history clear
    try on your machine
    explain this command
  • ipython:tldr:9eafc ipython: Create default IPython profile.
    $ ipython profile create
    try on your machine
    explain this command
  • ipython:tldr:e05a4 ipython: Print the path to the directory for the default IPython profile.
    $ ipython locate profile
    try on your machine
    explain this command
back to context overview