phenopacket_mapper.utils.create_ipynb_in_code module
- class phenopacket_mapper.utils.create_ipynb_in_code.NotebookBuilder[source]
Bases:
object
A class to build a Jupyter notebook programmatically.
- add_markdown_cell(text)[source]
Adds a Markdown cell to the notebook.
- Parameters:
text – The Markdown content to be added to the cell.