A parser to seperate the exported md file of jupyter notebook into individual python files
- Python 3.x
- Markdown file which gets exported by Jupyter
- Run the python script as
python ipynb_parser.py ipynb_exported_file.md
(use python3 for linux and Mac) - The split files will be generated inside a folder called
generated