damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.66k stars 414 forks source link

Missing example: header-footer.ipynb #637

Open upnix opened 1 year ago

upnix commented 1 year ago

I'm looking to add a background image to my presentation and the RISE documentation references the example header-footer.ipynb in a couple places, but that file doesn't exist.

It looks like commit ba63321b4ee156575308fd41f7cafeff74d584ad is where it was removed (from the previous f114ffea6f14e4cf7cbf2eef9811a38e1bcf151e), and it's not clear whether that was intentional or not.

I don't know the significance of header-footer.md, but just copying the last version of header-footer.ipynb to the examples/ directory doesn't result in the .md file being used. I suspect I don't understand how all the header-footer.* files are inter-related.

I guess the question is: Should there be a header-footer.ipynb file in the examples directory?

parmentelat commented 1 year ago

Hi

actually some example files under examples/ are now jupytext-encoded notebooks it is the case in particular with header-footer.md you just need to install pip install jupytext and from then on you can open it as a regular notebook

-- I am updating the various places that you mentioned, i.e. where the doc still erroneously refers to the .ipynb

thanks for pointing this out