Streamlit Preview (VS Code)
Preview your Streamlit app inside a VS Code tab.
Requirements
- Python 3.x in PATH (
python on Windows, python3 on macOS/Linux)
streamlit installed in your active environment:
pip install streamlit
Usage
- Open your Streamlit script (e.g.,
app.py ) in VS Code.
- Run command: Streamlit: Preview Current File.
- A new tab opens with a live preview. Edit → Save to see Streamlit hot-reload.
- To terminate, run Streamlit: Stop Preview.
| |