Metadata-Version: 2.1
Name: rise
Version: 5.7.1
Summary: Reveal.js - Jupyter/IPython Slideshow Extension
Author: Damian Avila
Author-email: damianavila82@yahoo.com.ar
License: BSD-3-Clause
Project-URL: source, http://github.com/damianavila/RISE
Project-URL: documentation, http://rise.readthedocs.io
Project-URL: gitter, https://gitter.im/damianavila/RISE
Keywords: jupyter,ipython,presentation,slides,revealjs
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: notebook>=6.0

# RISE

RISE allows you to instantly turn your Jupyter Notebooks into a
slideshow. No out-of-band conversion is needed, switch from jupyter
notebook to a live *reveal.js*-based slideshow in a single keystroke,
and back.

![Basic usage](https://media.giphy.com/media/3oxHQtTxAaZwMOHr9u/giphy.gif)

## Resources

RISE stands for ***Reveal.js - Jupyter/IPython Slideshow Extension***:

* Demo notebook (no installation required)
  * [![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/damianavila/RISE/master?filepath=examples%2FREADME.ipynb)

* Source code is on github <https://github.com/damianavila/RISE>
  * [![Issues](http://img.shields.io/github/issues/damianavila/RISE.svg)](https://github.com/damianavila/RISE/issues)

* Documentation is hosted on readthedocs
  * [![doc status](https://readthedocs.org/projects/rise/badge)](http://rise.readthedocs.io/)

* Chat room on gitter
  * [![Gitter chat](https://badges.gitter.im/damianavila/RISE.png)](https://gitter.im/damianavila/RISE)

* Videos on youtube
  * basic usage (4'30'')

    <https://youtu.be/sXyFa_r1nxA>


## Installation

You essentially have 2 options:

### Option 1 - Using conda:

```
conda install -c conda-forge rise
```

### Option 2 - Using pip:

```
pip install RISE
```

## Development

To install RISE in development mode, see the
[Developer section](https://rise.readthedocs.io/en/stable/dev/index.html) of the RISE
documentation.

## Feedback

If you have any feedback, or find any bugs, please let us know just opening an issue.

## Support us

Please visit this page for more information: https://rise.readthedocs.io/en/stable/support.html
