{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / events / post_run_cell

function

IPython.core.events:post_run_cell

source: /IPython/core/events.py :156

Signature

def   post_run_cell ( result : ExecutionResult )  →  None

Summary

Fires after user-entered code runs.

Parameters

result : :class:`~IPython.core.interactiveshell.ExecutionResult`

The object which will be returned as the execution result.

Aliases

  • IPython.core.events.post_run_cell