![]() |
Peano
|
Go to the source code of this file.
Data Structures | |
class | convert-jupyter-notebooks.Mode |
Namespaces | |
convert-jupyter-notebooks | |
Functions | |
def | convert-jupyter-notebooks.postprocess_markdown_line (line) |
currently_in_raw_data_box: Jupyter's markdown export does not preserve raw data cells. More... | |
def | convert-jupyter-notebooks.postprocess_notebook_markdown (str filename) |
Takes the markdown produced by nbconvert into something that plays along nicely with our Doxygen. More... | |
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", "") | |