streamlit-flow
Streamlit Component to quickly create Interactive Flow Diagrams using React Flow
File Explorer
Download Latest Version (.zip)- CanvasControl.mp4
- ElementToStreamlit.mp4
- FastBuild.mp4
- FastLayout.mp4
- Logo.png
- MarkdownNode.png
- reactflow-logo.svg
- streamlit-flow-banner-bg.svg
- streamlit-flow-banner.svg
- streamlit-flow-logo-bg.svg
- streamlit-flow-logo.svg
- streamlit-logo.svg
- bootstrap.min.css
- index.html
- EdgeContextMenu.jsx
- MarkdownNode.jsx
- NodeContextMenu.jsx
- PaneContextMenu.jsx
- ElkLayout.js
- index.jsx
- StreamlitFlowApp.jsx
- StreamlitFlowComponent.jsx
- style.css
- .env
- .gitignore
- package-lock.json
- package.json
- __init__.py
- elements.py
- layouts.py
- state.py
- .gitignore
- build_and_upload.sh
- example.py
- LICENSE
- MANIFEST.in
- post_build_cleanup.sh
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/dkapur17/streamlit-flow
Downloads the entire project code from GitHub to your computer.
cd streamlit-flow
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install streamlit-flow-component
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install --prefix streamlit_flow/frontend
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install streamlit-flow-component
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
