Is it possible to extract the content of a Jupyter notebook input cell programatically? Be that raw cell / code / Markdown, does not matter really. I was thinking of tools like nbconvert
or papermill
but could not find exactly what I am looking for... I would like to write a script which will essentially parse a notebook...
Is is possible to parse the output cells too?