An open API service indexing awesome lists of open source software.

https://github.com/macagua/streamlit_indico_dashboard

A Streamlit Custom Dashboard for Indico software
https://github.com/macagua/streamlit_indico_dashboard

dashboard events-manager indico streamlit streamlit-dashboard streamlit-webapp

Last synced: 3 months ago
JSON representation

A Streamlit Custom Dashboard for Indico software

Awesome Lists containing this project

README

        

==========================
streamlit_indico_dashboard
==========================

A Streamlit Custom Dashboard for Indico software.

Install
=======

Pre requirements dependencies:

::

sudo apt-get update
sudo apt-get install build-essential pkg-config python3-dev
virtualenv venv
source venv/bin/activate
pip install -U pip
pip install -r requirements/base.txt

Use it
======

For running the Web app, executing the following command:

::

streamlit run app.py

Tested it with
==============

- Debian GNU/Linux 10.

- Python 3.9.16.

- Ubuntu 20.04.6 LTS.

- Python 3.8.16.

Development
===========

Checkout the Development notes at `DEVELOP.rst `_.