Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 723 Bytes

Creating interactive presentations on Binder with RISE

Binder

In a recent release of RISE, there is support for automatically launching the RISE plugin when a notebook is opened. This repository demonstrates how to accomplish this for Binder.

To do this, add an autolaunch=true configuration parameter to a notebook's livereveal section in the metadata. When the notebook is launched, your presentation will automatically begin. E.g.:

...
"livereveal": {
        "autolaunch": true
        }
...

See the RISE Documentation for more information.