Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fomightez/test_json_appmode
test json fixing appmode
https://github.com/fomightez/test_json_appmode
Last synced: 6 days ago
JSON representation
test json fixing appmode
- Host: GitHub
- URL: https://github.com/fomightez/test_json_appmode
- Owner: fomightez
- License: bsd-3-clause
- Created: 2023-02-28T21:01:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T21:23:50.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T14:12:58.157Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive apps from Jupyter Notebooks
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fomightez/test_json_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