Web launchpad to browse a folder containing multiple Streamlit applications
Project description
Streamlit Launchpad
Web launchpad to browse a folder containing multiple Streamlit applications (py files), with a central launchpad listing available apps so you can run them (if not already running) and view each in its own tab.
This is a very basic alpha version.
Install and Run
Install using pip.
pip install streamlit-launchpad
Serves *.py as separate Streamlit applications from the folder supplied on the command line:
streamlit-launchpad ./examples
Then go to http://localhost:8888/ in your browser:
To run on a different port use:
streamlit-launchpad --port 8000 ./examples
Development install
git clone https://github.com/ideonate/streamlit-launchpad.git
cd streamlit-launchpad
pip install -e .
streamlit-launchpad ./examples
To run directly in python: python -m launchpad.main ./examples/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for streamlit-launchpad-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 055046215467a52434ca0c1ba8058f0c8144f7a8b499619da8e2bfac2e3ab0d1 |
|
MD5 | e4566e7d3b05dc3c3e91ec18585884e1 |
|
BLAKE2b-256 | b96c9ce9a26349b7363644c4f1fb456392fefec3a66e3a119a97b18af748078e |