-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
There is a great repo called RISE which allow via extension to create live slideshows of your notebooks, with no conversion, adding javascript Reveal.js.
I like it a lot, and find my self often adding this feature on top of your official images.
Since the plugin is great, works with python2 and python3, is light and usefull, you might consider to add it inside the base Dockerfile.
As a quick example of how you could do it, taken from my personal repo:
# Add Live slideshows with RISE
RUN wget https://github.com/pdonorio/RISE/archive/master.tar.gz \
&& tar xvzf *.gz && cd master && python3 setup.py install
Very simple.
Inside that code the github link is my fork of RISE, where i changed keyboard shortcuts for my convenience.
edit: of course you should use the original repo, thanks to Damian Avila.
Paolo
Metadata
Metadata
Assignees
Labels
No labels