Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Created November 12, 2018 14:07
Show Gist options
  • Save shubhamagarwal92/6cd36eb7c694dde209b0a391389ad82e to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/6cd36eb7c694dde209b0a391389ad82e to your computer and use it in GitHub Desktop.
Convert jupyter notebooks
# Sometimes we want to convert jupyter notebook to markdown or
# html when we want to write a blog/README
# Jupyter Notebook Conversion (nbconvert) comes to the rescue
# conda install jupyter will automatically install it
# Run as ./jupyter_converter.sh <filename>
# jupyter nbconvert --to html $1
jupyter nbconvert --to markdown $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment