zsh script to convert and format iPython notebook to jekyll markdown file

iPython notebooks are very convenient for blogging. nbconvert can easily convert ipynb file to markdown. However some manual operations are required to format the resulting file:

Below is the script to automatically format an ipynb file to jekyll markdown:

Usage: ./ipynb_to_jekyll.sh ipynbfile "Title of the post"

If you want to ask me a question or leave me a message add @bougui505 in your comment.