Unparsed Cell#

(nbrefactor.datastructs.unparsed_cell)

Generic cell structure used to hold data during the notebook-reading phase

class UnparsedCell(cell_idx, cell_type, raw_source)[source]#

Bases: object