{ "info": { "author": "Dami\u00e1n Avila", "author_email": "info@oquanta.info", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# RISE\n\nRISE allows you to instantly turn your Jupyter Notebooks into a\nslideshow. No out-of-band conversion is needed, switch from jupyter\nnotebook to a live *reveal.js*-based slideshow in a single keystroke,\nand back.\n\n![Basic usage](https://media.giphy.com/media/3oxHQtTxAaZwMOHr9u/giphy.gif)\n\n## Resources\nRISE stands for\n***Reveal.js - Jupyter/IPython Slideshow Extension***:\n\n* Demo notebook (no installation required)\n * [![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/parmentelat/RISE.git/doc2?filepath=examples%2FREADME.ipynb)\n\n* Source code is on github \n * [![Issues](http://img.shields.io/github/issues/damianavila/RISE.svg)](https://github.com/damianavila/RISE/issues)\n\n* Documentation is hosted on readthedocs\n * [![doc status](https://readthedocs.org/projects/rise/badge)](http://rise.readthedocs.io/)\n * Note / check out another location here that is planned to be phased out: \n\n* Chat room on gitter\n * [![Gitter chat](https://badges.gitter.im/damianavila/RISE.png)](https://gitter.im/damianavila/RISE \"Gitter chat\")\n\n* Videos on youtube\n * basic usage (4'30'')\n\n \n\n\n## Installation\n\nFrom the most simple to the most complex one, you have 3 options:\n\n### Option 1 - Using conda (recommended):\n\n```\nconda install -c damianavila82 rise\n```\n\nIf you are a Julia user, you can do this from the Julia REPL with\n```\nusing Conda\nConda.add_channel(\"damianavila82\")\nConda.add(\"rise\")\n```\n\n### Option 2 - Using pip (less recommended):\n\n```\npip install RISE\n```\n\nand then one more step to install the JS and CSS in the proper places:\n\n```\njupyter-nbextension install rise --py --sys-prefix\n```\n\nAs of version 5.3.0, it is **no longer required** to explicitly enable\nthe nbextension, which you would do with\n\n```\njupyter-nbextension enable rise --py --sys-prefix\n```\n\n### Option 3 - The old way (are sure sure you want to go this path?):\n\nTo install this nbextension, simply run ``python setup.py install`` from the\n*RISE* repository (please use the latest tag available or try master if you want).\n\nAnd then the same step as described in the pip-based installation:\n\n```\njupyter-nbextension install rise --py --sys-prefix\n```\n\n### Conclusion\n\nIf you use conda, life will be easy ;-)\n\n**NOTE**: in all the options available the `--sys-prefix` option will install and\nenable the extension in the current environment, if you want a `--user` based or a\n`--system` based installation just use those options instead in the above commands.\n\n## Development\n\nTo install RISE in development mode, see the\n[Developer section](https://damianavila.github.io/RISE/dev/develop.html) of the RISE\ndocumentation.\n\n## Feedback\n\nIf you have any feedback, or find any bugs, please let me know just opening\nan issue.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "jupyter,ipython,presentation,slides,revealjs", "license": "BSD-3-Clause", "maintainer": "", "maintainer_email": "", "name": "risei18np", "package_url": "https://pypi.org/project/risei18np/", "platform": "Linux", "project_url": "https://pypi.org/project/risei18np/", "project_urls": { "documentation": "http://rise.readthedocs.io", "gitter": "https://gitter.im/damianavila/RISE", "source": "http://github.com/damianavila/RISE" }, "release_url": "https://pypi.org/project/risei18np/1.0.0/", "requires_dist": null, "requires_python": ">=2.7,>=3.4", "summary": "Reveal.js - Jupyter/IPython Slideshow Extension", "version": "1.0.0" }, "last_serial": 4067807, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "8e007ef51e9f761337a31075b60cecb5", "sha256": "559357d2874a7410c5b3521f3af1d7d7b5dd720481bd7cc5518488d9f41b21bd" }, "downloads": -1, "filename": "risei18np-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8e007ef51e9f761337a31075b60cecb5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,>=3.4", "size": 48341, "upload_time": "2018-07-17T02:34:54", "url": "https://files.pythonhosted.org/packages/d4/94/19d747e262e81838078db7fe37031add57b2b15a5a05c0ba837f7d80b4b5/risei18np-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e007ef51e9f761337a31075b60cecb5", "sha256": "559357d2874a7410c5b3521f3af1d7d7b5dd720481bd7cc5518488d9f41b21bd" }, "downloads": -1, "filename": "risei18np-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8e007ef51e9f761337a31075b60cecb5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,>=3.4", "size": 48341, "upload_time": "2018-07-17T02:34:54", "url": "https://files.pythonhosted.org/packages/d4/94/19d747e262e81838078db7fe37031add57b2b15a5a05c0ba837f7d80b4b5/risei18np-1.0.0.tar.gz" } ] }