ibm_aigov_facts_client.utils.cell_facts module
- randStr(chars='abcdefghijklmnopqrstuvwxyz0123456789', N=3)
- get_file_path(filename)
- remove_tag(html, tag_name)
- class CellFactsMagic(**kwargs: Any)
Bases:
Magics- capture_cell_facts(line, cell)
%capture_cell_facts [--printmsgonly] [--capturecode]
- options:
- --printmsgonly, -po
Defines whether to capture print messages only
- --capturecode, -cc
Defines whether to capture cell codes
- magics: dict[str, t.Any] = {'cell': {'capture_cell_facts': 'capture_cell_facts'}, 'line': {}}
- registered: bool = True