Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 396 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 396 Bytes

Jupyter-notebook-md-parser

A parser to seperate the exported md file of jupyter notebook into individual python files

Requirements:

  1. Python 3.x
  2. Markdown file which gets exported by Jupyter

How to use?

  1. Run the python script as python ipynb_parser.py ipynb_exported_file.md (use python3 for linux and Mac)
  2. The split files will be generated inside a folder called generated