Export a simple mathematical expression to a notebook
The following example illustrates three methods of exporting worksheet content to Jupyter.
CreateNotebook generates a notebook from a worksheet file.
Worksheet:-WorksheetToJupyter exports a worksheet to a notebook.
With Import you can parse a worksheet and then export the parsed worksheet object to a Jupyter notebook.