Code for converting notebooks to and from the v2 format.
Authors:
Convert a notebook to v3.
Parameters: | nb : NotebookNode
from_version : int
from_minor : int
|
---|
turn heading cell into corresponding markdown
let raw passthrough as markdown
Convert a v3 notebook to v2.
Parameters: | nb : NotebookNode
|
---|