How do I make a Jupyter slide show portable? I can serve the slideshow locally, but I can't send that to anyone and have it work with all the images, slide animation functionality, etc.
I am using jupyter nbconver my_notebook.ipynb --to slides
and get a simple linear html file that depends on the files being on the machine where the file is used.
--reveal-prefix
is nearly exactly what I was looking for. Is there any way to freeze/embed pictures that are referenced in markdown cells though? – Aftercare