Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 197 Bytes

DEV.md

File metadata and controls

6 lines (5 loc) · 197 Bytes

How to convert the .ipynb file to .md

  • Install python 3.9
  • pip install -r requirements.txt
  • jupyter nbconvert notebook.ipynb --to markdown --output README.md
  • python post-nbconvert.py