An open API service indexing awesome lists of open source software.

https://github.com/lioncat2002/jupyter-notebook-md-parser

A parser to seperate the exported md file of jupyter notebook into individual python files
https://github.com/lioncat2002/jupyter-notebook-md-parser

jupyter jupyter-notebook md-parser parser python3

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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`