Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binder-examples/appmode
- Owner: binder-examples
- License: bsd-3-clause
- Created: 2017-11-29T21:31:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T15:57:31.000Z (over 5 years ago)
- Last Synced: 2024-07-14T12:38:03.627Z (4 months ago)
- Topics: binder, binder-ready, jupyter
- Language: Jupyter Notebook
- Size: 6.84 KB
- Stars: 42
- Watchers: 6
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - binder-examples/appmode - Creating web applications with Jupyter and Binder (others)
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