Skip to content

Instantly share code, notes, and snippets.

@nickyfoto
Created November 15, 2019 18:07
Show Gist options
  • Save nickyfoto/c1732f6f8b250c25e4b5c26268ccd6af to your computer and use it in GitHub Desktop.
Save nickyfoto/c1732f6f8b250c25e4b5c26268ccd6af to your computer and use it in GitHub Desktop.
jupyter to markdown command
convert ipynb to md
jupyter nbconvert --to markdown /path/to/example_notebook.ipynb
append md to post.md
cat example_notebook.md | tee -a exampleblog/_posts/YYYY-MM-DD-example-post.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment