bundles / IPython 9.10.0 / IPython / core / events / post_run_cell
function
IPython.core.events:post_run_cell
source: /IPython/core/events.py :149
Signature
def post_run_cell ( result : Any ) → 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