finesse.utilities.bug_report.ipynb_to_md

finesse.utilities.bug_report.ipynb_to_md(ipynb: dict) str[source]

Converts notebook json object to markdown. Extracts markdown cells as raw text and code blocks wrapped in a python code block.

Parameters
ipynbdict

notebook json dict

Returns
str

Markdown representing notebook