Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 5, 2018
1 parent dcd7f93 commit a5d1bce
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/v2/gh/binder-examples/jupyter-rise/master?filepath=index.ipynb)

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.
RISE allows you to quickly generate a live, interactive presentation from a
Jupyter Notebook that is connected to the underlying Kernel of the notebook.
Using a new feature for automatically launching
the RISE plugin when a notebook is opened, RISE can be used to share interactive
presentations that run in the cloud with Binder.
This repository demonstrates how to accomplish this.

To do this, add an `autolaunch=true` configuration
To make your RISE presentation automatically-launch with it is open,
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.:
metadata. E.g.:

```
...
Expand All @@ -19,5 +22,8 @@ presentation will automatically begin. E.g.:
...
```

When the notebook is launched, your
presentation will automatically begin.

See the [RISE Documentation](https://damianavila.github.io/RISE/)
for more information.

0 comments on commit a5d1bce

Please sign in to comment.