Streamlit Dashboard Installation and Usage¶
imednet-streamlit provides interactive operational dashboards for iMednet EDC studies.
Installation¶
Prerequisites¶
Python 3.10+
Core SDK installed (
imednet)Streamlit plugin installed (
imednet-streamlit)
Quick Start¶
pip install imednet-streamlit
imednet dashboard
imednet dashboard --port 9999
imednet dashboard --no-browser
Authentication¶
Use the sidebar to connect:
Enter API Key (masked)
Enter Security Key (masked)
Enter Study Key
Click Connect
Deployment¶
Local¶
Install plugin and run
imednet dashboard.Provide credentials in the sidebar at runtime.
Streamlit Community Cloud¶
Add plugin dependencies to the deployed environment.
Configure credentials with Streamlit secrets.