Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binder-examples/appmode

Creating web applications with Jupyter and Binder
https://github.com/binder-examples/appmode

binder binder-ready jupyter

Last synced: 3 months ago
JSON representation

Creating web applications with Jupyter and Binder

Awesome Lists containing this project

README

        

# Interactive apps from Jupyter Notebooks

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/binder-examples/appmode/master?urlpath=apps%2Findex.ipynb)

This repository demonstrates how to create interactive webapps from a Jupyter Notebook.
This is similar to how Shiny apps work in R.

Using the `appmode` Jupyter plugin, a notebook's code will be run, and then only the markdown cells and
code outputs will be shown.

You can check out the `appmode` repository here: https://github.com/oschuett/appmode