aerosandbox.tools.python.io =========================== .. py:module:: aerosandbox.tools.python.io Functions --------- .. autoapisummary:: aerosandbox.tools.python.io.convert_ipynb_to_py Module Contents --------------- .. py:function:: convert_ipynb_to_py(input_file, output_file) Reads an input Jupyter notebook (.ipynb) and converts it to a Python file (.py) Tried using `jupyter nbconvert`, but that is SO SLOW, like 3 seconds per notebook! It's just json parsing, this should *not* take more than a few milliseconds - come on, Jupyter! :param input_file: File path :param output_file: File path Returns: None