Skip to main content

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:

Launchpad screenshot

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


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.11.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

streamlit_launchpad-0.0.11-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page