# GAN Schema Notebook structure definition for the Google -> Yandex GAN model. --- ## Format ```text # === IMPORTS === # markdown """Description""" # code: ./src/file.py # # shell: ``` ## Directives | Directive | Description | |----------------|------------------------------------| | `# code:` | Include file from `src/` | | `# markdown` | Add markdown cell | | `# # shell:` | Add notebook shell command cell | --- `build.py` generates `notebook.gen.ipynb` from `_schema.py`.