File: test_no_execute.xml

package info (click to toggle)
myst-nb 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,452 kB
  • sloc: python: 6,066; xml: 1,434; makefile: 33
file content (11 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<document source="basic_unrun">
    <section ids="a-title" names="a\ title">
        <title>
            a title
        <paragraph>
            some text
        <container cell_index="1" cell_metadata="{}" classes="cell" exec_count="True" nb_element="cell_code">
            <container classes="cell_input" nb_element="cell_code_source">
                <literal_block language="ipython3" xml:space="preserve">
                    a = 1
                    print(a)