GithubHelp home page GithubHelp logo

chou852ishare / rise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lsst-sqre/rise

0.0 2.0 0.0 22.02 MB

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension

License: BSD 3-Clause "New" or "Revised" License

Batchfile 0.78% Shell 0.60% Python 5.35% JavaScript 84.81% CSS 8.46%

rise's Introduction

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

Resources

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

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 one more step to install the JS and CSS in the proper places:

jupyter-nbextension install rise --py --sys-prefix

As of version 5.3.0, it is no longer required to explicitly enable the nbextension, which you would do with

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 step as described in the pip-based installation:

jupyter-nbextension install 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 of the RISE documentation.

Feedback

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

rise's People

Contributors

damianavila avatar parmentelat avatar takluyver avatar adl avatar bollwyvl avatar sebastianstigler avatar choldgraf avatar fcremo avatar fjsj avatar willingc avatar jhamrick avatar jorisvandenbossche avatar naereen avatar lmarti avatar banbh avatar maartenbreddels avatar carreau avatar michael-k avatar pelson avatar tjwei avatar gitter-badger avatar timholy avatar schlichtanders avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.