You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / core / magics / basic / BasicMagics / page

function

IPython.core.magics.basic:BasicMagics.page

source: /IPython/core/magics/basic.py :282

Signature

def   page ( self parameter_s = '' )

Summary

Pretty print the object and display it through a pager.

Extended Summary

%page [options] OBJECT

If no object is given, use _ (last output).

Options:

-r: page str(object), don't pretty-print it.

Aliases

  • IPython.core.magics.BasicMagics.page