Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 526 Bytes

Interactive apps from Jupyter Notebooks

Binder

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