nbjekyll
nbjekyll copied to clipboard
Python package used to convert Jupyter Noteboks into Jekyll ready documents including validation and version control tagging
The front-matter contains the sha1 for the commit in which the notebook was modified (and used to convert). Will add the link to the commit - Source the path to...
Will need to update the conversion path for the already embedded images
This could be passed so that it matches the user's layouts
At the moment nbjekyll only converts the notebooks in the last commit. We could add a flag e.g. `--all` to convert all the notebooks even if not in the last...