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
- Host: GitHub
- URL: https://github.com/lioncat2002/jupyter-notebook-md-parser
- Owner: Lioncat2002
- License: mit
- Created: 2022-02-03T14:15:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T03:10:15.000Z (over 4 years ago)
- Last Synced: 2025-07-02T17:45:02.383Z (12 months ago)
- Topics: jupyter, jupyter-notebook, md-parser, parser, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`