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.9.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for streamlit-launchpad-0.0.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bb3d5fc7881870d95aed419c5ecea1101d4e7b9b9ab91cccb2a9b2428256b40 |
|
MD5 | 22df3dd0dc17d46608a471dad0e08451 |
|
BLAKE2b-256 | cc265e966003d1621252ab36b3c58735a698ebcf7a91b0a7ff66756eb7367a86 |
Close
Hashes for streamlit_launchpad-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e55b1c7bd022fdd5e282ede89c678625869292f5c395aadf0c08e94a17ec46e |
|
MD5 | d3d1ee6f50da5a0dfcfbc7b635721fed |
|
BLAKE2b-256 | 71c52eae4587a640c9126c3b7b93d28fc85daa863b659e55cb04cdc22ded9b45 |