Peano
Loading...
Searching...
No Matches
convert-jupyter-notebooks.py File Reference

Go to the source code of this file.

Data Structures

class  convert-jupyter-notebooks.Mode
 

Namespaces

namespace  convert-jupyter-notebooks
 

Functions

 convert-jupyter-notebooks.postprocess_markdown_line (line)
 currently_in_raw_data_box: Jupyter's markdown export does not preserve raw data cells.
 
 convert-jupyter-notebooks.postprocess_notebook_markdown (str filename)
 Takes the markdown produced by nbconvert into something that plays along nicely with our Doxygen.
 

Variables

 convert-jupyter-notebooks.current_mode = Mode.Text
 
 convert-jupyter-notebooks.notebook_filename = os.path.join(dirpath, filename)
 
 convert-jupyter-notebooks.name_without_extension = notebook_filename.replace(".ipynb", "")