https://github.com/rysuds/streamlit-jupyter
Generate Streamlit apps from a Jupyter notebook
https://github.com/rysuds/streamlit-jupyter
jupyter jupyter-notebook nbconvert streamlit
Last synced: about 2 months ago
JSON representation
Generate Streamlit apps from a Jupyter notebook
- Host: GitHub
- URL: https://github.com/rysuds/streamlit-jupyter
- Owner: rysuds
- License: mit
- Created: 2022-06-30T05:16:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T08:09:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T22:41:19.101Z (over 1 year ago)
- Topics: jupyter, jupyter-notebook, nbconvert, streamlit
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-jupyter
Generate Streamlit apps from a Jupyter notebook
[WORK IN PROGRESS!!]
## Installation
```
$ poetry install
```
## Basic Usage
```
$ streamlit-jupyter run <.ipynb file>
```
This will launch a `watchfiles` process and a `streamlit` server. The watcher process will watch the `.ipynb` file for changes and trigger the creation of a `.py` file which will trigger the `streamlit` process to prompt a reload