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

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

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