All Projects → binder-examples → Jupyter Rise

binder-examples / Jupyter Rise

Licence: bsd-3-clause
Auto-launching the RISE plugin for Binder presentations.

Projects that are alternatives of or similar to Jupyter Rise

Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (+163.79%)
Mutual labels:  jupyter-notebook, binder
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (+251.72%)
Mutual labels:  jupyter-notebook, binder
Binderhub
Run your code in the cloud, with technology so advanced, it feels like magic!
Stars: ✭ 2,050 (+3434.48%)
Mutual labels:  jupyter-notebook, binder
Ipycytoscape
A Cytoscape Jupyter widget
Stars: ✭ 128 (+120.69%)
Mutual labels:  jupyter-notebook, binder
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (-62.07%)
Mutual labels:  jupyter-notebook, binder
Nb2xls
Convert Jupyter notebook to Excel spreadsheet
Stars: ✭ 129 (+122.41%)
Mutual labels:  jupyter-notebook, binder
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+225.86%)
Mutual labels:  jupyter-notebook, binder
Repo2docker Action
GitHub Action for repo2docker
Stars: ✭ 88 (+51.72%)
Mutual labels:  jupyter-notebook, binder
Quickviz
Visualize a pandas dataframe in a few clicks
Stars: ✭ 18 (-68.97%)
Mutual labels:  jupyter-notebook, binder
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+622.41%)
Mutual labels:  jupyter-notebook, binder
Python Audio
Some Jupyter notebooks about audio signal processing with Python
Stars: ✭ 125 (+115.52%)
Mutual labels:  jupyter-notebook, binder
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+1575.86%)
Mutual labels:  jupyter-notebook, binder
Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (+112.07%)
Mutual labels:  jupyter-notebook, binder
R
Using R with Jupyter / RStudio on Binder
Stars: ✭ 136 (+134.48%)
Mutual labels:  jupyter-notebook, binder
Dl Workshop
Master gradient-based machine learning. Also secretly a JAX course in disguise!
Stars: ✭ 103 (+77.59%)
Mutual labels:  jupyter-notebook, binder
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (+224.14%)
Mutual labels:  jupyter-notebook, binder
Geopandas Tutorial
Tutorial on geospatial data manipulation with Python
Stars: ✭ 306 (+427.59%)
Mutual labels:  jupyter-notebook, binder
Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (+1387.93%)
Mutual labels:  jupyter-notebook, binder
Praatscripts
These are praat scripts I use in my research, implemented in parselmouth for python for use in binder
Stars: ✭ 40 (-31.03%)
Mutual labels:  jupyter-notebook, binder
Vehicle Detection
Vehicle detection using machine learning and computer vision techniques for Udacity's Self-Driving Car Engineer Nanodegree.
Stars: ✭ 1,093 (+1784.48%)
Mutual labels:  jupyter-notebook

Creating interactive presentations on Binder with RISE

Binder

RISE allows you to quickly generate a live, interactive presentation from a Jupyter Notebook that is connected to the underlying Kernel of the notebook. Using a new feature for automatically launching the RISE plugin when a notebook is opened, RISE can be used to share interactive presentations that run in the cloud with Binder. This repository demonstrates how to accomplish this.

To make your RISE presentation automatically-launch with it is open, add an autolaunch=true configuration parameter to a notebook's livereveal section in the metadata. E.g.:

...
"livereveal": {
        "autolaunch": true
        }
...

When the notebook is launched, your presentation will automatically begin.

See the RISE Documentation for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].