academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
11.03k stars 40.04k forks source link

Support Jupyter notebooks / .ipynb files #3

Open staeiou opened 7 years ago

staeiou commented 7 years ago

Provide some scaffolded support for uploading .ipynb Jupyter notebooks and displaying them. Current options for presenting Jupyter notebooks are all based on linking to some nbconvert-based output. nbconvert does have a --to markdown option, but GitHub pages wouldn't run nbconvert on push. So this would likely be a script / notebook that would be run by a user when adding an .ipynb file to the repository, which calls nbconvert to generate the markdown file in the appropriate folder, then adding appropriate YAML metadata.

This would also need a defined way to for users to point to where .ipynb files are located and specify metadata.

aariops commented 5 years ago

please ignore reference to the issue. it was an accident