Skip to content

Auto-launching the RISE plugin for Binder presentations.

Notifications You must be signed in to change notification settings

damianooldoni/jupyter-rise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Auto-launching the RISE plugin for Binder presentations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%