Welcome to the Streamlit Preview VSCode Extension, powered by stliteThis VSCode extension provides a convenient way to preview Streamlit apps in an integrated VSCode panel. It is powered by a Wasm/Pyodide-ported version of Streamlit, "stlite", that runs on the browser without servers. This unique feature allows the extension to run on both VSCode desktop and VSCode Web, such as on GitHub Codespaces, without the need for setup of Python or other dependencies. This makes serverless and full-remote development of Streamlit apps a reality. UsageTo use this extension, follow these steps:
Python DependenciesThe dependencies required to run your Streamlit app are read from the stlite Restrictions and DifferencesPlease note that "stlite" is a customized version of Streamlit and may have some differences and restrictions compared to the original Streamlit. For more information, please see the GitHub repository for stlite: https://github.com/whitphx/stlite#limitations. Offline UsageThe current version of this extension uses |