File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Binder] ( http://mybinder.org/badge.svg )] ( http://mybinder.org/v2/gh/binder-examples/jupyter-rise/master?filepath=index.ipynb )
44
5- In a recent release of RISE, there is support for automatically launching
6- the RISE plugin when a notebook is opened. This repository demonstrates how
7- to accomplish this for Binder.
5+ RISE allows you to quickly generate a live, interactive presentation from a
6+ Jupyter Notebook that is connected to the underlying Kernel of the notebook.
7+ Using a new feature for automatically launching
8+ the RISE plugin when a notebook is opened, RISE can be used to share interactive
9+ presentations that run in the cloud with Binder.
10+ This repository demonstrates how to accomplish this.
811
9- To do this, add an ` autolaunch=true ` configuration
12+ To make your RISE presentation automatically-launch with it is open,
13+ add an ` autolaunch=true ` configuration
1014parameter to a notebook's ` livereveal ` section in the
11- metadata. When the notebook is launched, your
12- presentation will automatically begin. E.g.:
15+ metadata. E.g.:
1316
1417```
1518...
@@ -19,5 +22,8 @@ presentation will automatically begin. E.g.:
1922...
2023```
2124
25+ When the notebook is launched, your
26+ presentation will automatically begin.
27+
2228See the [ RISE Documentation] ( https://damianavila.github.io/RISE/ )
2329for more information.
You can’t perform that action at this time.
0 commit comments