In this post, I introduce two libraries converting markdown and ipynb
Convert ipynb to markdown
pip install nbconvert
jupyter nbconvert --to markdown xx.ipynb
Convert markdown to ipynb
pip install notedown
notedown xxx.md > xxx.ipynb
In this post, I introduce two libraries converting markdown and ipynb
pip install nbconvert
jupyter nbconvert --to markdown xx.ipynb
pip install notedown
notedown xxx.md > xxx.ipynb