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. Windows is not supported.
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
streamlit-launchpad-0.0.8.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for streamlit-launchpad-0.0.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 587bceba44ee8286abe58959ce3473a06369d13a91b552e8f7eb4075a1ddf501 |
|
MD5 | 14736f2f0145a2217f5ccded2018c0b8 |
|
BLAKE2b-256 | a7e59cbb7dfd5e16af9b1daf1238c264e62f1ce175588870ffcfb191571a3028 |
Close
Hashes for streamlit_launchpad-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | daf42fc56d270da76515c32447172d66f829089fb5d8986692bcdf451cf8ecb9 |
|
MD5 | 6a4b76f857c432e271989b14bc861cb5 |
|
BLAKE2b-256 | dc90f188618427e02707de2bbf489ddf16f860f6c94dcb24282bc64a44e57533 |