Reveal.js - Jupyter/IPython Slideshow Extension
Project description
# RISE
Reveal.js - Jupyter/IPython Slideshow Extension, also known as live_reveal. Quickly turn your Jupyter Notebooks into a live presentation.
![Basic usage](https://media.giphy.com/media/3oxHQtTxAaZwMOHr9u/giphy.gif)
See the [RISE Documentation](https://damianavila.github.io/RISE) for more details.
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/damianavila/RISE)
## Installation
From the most simple to the most complex one, you have 3 options:
### Option 1 - Using conda (recommended):
` conda install -c damianavila82 rise `
If you are a Julia user, you can do this from the Julia REPL with ` using Conda Conda.add_channel("damianavila82") Conda.add("rise") `
### Option 2 - Using pip (less recommended):
` pip install RISE ` and then two more steps to install the JS and CSS in the proper places:
` jupyter-nbextension install rise --py --sys-prefix `
and enable the nbextension:
` jupyter-nbextension enable rise --py --sys-prefix `
### Option 3 - The old way (are sure sure you want to go this path?):
To install this nbextension, simply run python setup.py install from the RISE repository (please use the latest tag available or try master if you want).
And then the same two step described in the pip-based installation:
` jupyter-nbextension install rise --py --sys-prefix `
and
` jupyter-nbextension enable rise --py --sys-prefix `
### Conclusion
If you use conda, life will be easy ;-)
NOTE: in all the options available the –sys-prefix option will install and enable the extension in the current environment, if you want a –user based or a –system based installation just use those options instead in the above commands.
## Development
To install RISE in development mode, see the [Developer section](https://damianavila.github.io/RISE/dev/develop.html) of the RISE documentation.
## Feedback
If you have any feedback, or find any bugs, please let me know just opening an issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rise-5.2.0.tar.gz
.
File metadata
- Download URL: rise-5.2.0.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 514eb8784b8d4f7c2af4ba77055fd7a7d8365a87e55eb118d2f7a3ea400dbd7b |
|
MD5 | 77a54d78c16896780f632e682e996e73 |
|
BLAKE2b-256 | b3b831b3f920f0eec5af7e9ca60561c4fc0162792e7229961c39173bfb83a661 |
File details
Details for the file rise-5.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: rise-5.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdbf70e851e9a67c83875a606db1fcbd70f230a19226be9cec7b770d1c9f39ef |
|
MD5 | 6eab59760caffb7e247167276d698818 |
|
BLAKE2b-256 | 7ce27003f7d0dbf5d2e9134b8f4539849bccec8be6f089184ee4187a27790a68 |