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 now supported. For Windows, torando >= 6.1 is required
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
To provide a title (default is "Streamlit Apps"):
streamlit-launchpad --title="My Title" ./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
Built Distribution
Hashes for streamlit-launchpad-0.0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb6e6ec5717791d5985fec5fa558889725f17d45417db2fe83670ba5eecd0f0c |
|
MD5 | 0e128cc086260efe52192e2a751e12b8 |
|
BLAKE2b-256 | d7daca5c3780aadc3fb3bc41c5a5b17d81f1a971af0e3a36f129f2e4506a26c0 |
Hashes for streamlit_launchpad-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e178e0436e519c41f5399aad405154726b0e25496033b44954d85135f046500a |
|
MD5 | bb9e8eab598cacd96be319d4c41b976c |
|
BLAKE2b-256 | 6d102ace370b748ab0e615336b8e88a595b316ddae3bc3c908315e6a314dbca5 |