1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<document source="nb_exec_table">
<section ids="test-the-nb-exec-table-directive" names="test\ the\ nb-exec-table\ directive">
<title>
Test the
<literal>
nb-exec-table
directive
<container cell_index="1" cell_metadata="{}" classes="cell" exec_count="1" nb_element="cell_code">
<container classes="cell_input" nb_element="cell_code_source">
<literal_block language="ipython3" xml:space="preserve">
print("hi")
<container classes="cell_output" nb_element="cell_code_output">
<literal_block classes="output stream" language="myst-ansi" xml:space="preserve">
hi
<paragraph>
This directive should generate a table of executed notebook statistics.
<ExecutionStatsNode>
|