{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / history / HistoryManager / store_output

function

IPython.core.history:HistoryManager.store_output

source: /IPython/core/history.py :1017

Signature

def   store_output ( self line_num : int )  →  None

Summary

If database output logging is enabled, this saves all the outputs from the indicated prompt number to the database. It's called by run_cell after code has been executed.

Parameters

line_num : int

The line number from which to save outputs

Aliases

  • IPython.core.history.HistoryManager.store_output