/dashboard-paineira

experiments for plot graphics from paineira research line at Sirius

Primary LanguageJupyter Notebook

In order to run this dashbord, you might need to install some dependencies. I recommend you use virtual environments, such as, conda (or mamba) or poetry. To install the following packages you can either install with conda install command or pip install:

To test this repository*:

  1. Install git on Windows or Linux (if you have Linux, you probably already have it)!
  2. Clone the repository
    git clone https://github.com/oliveirara/dashboard-paineira.git
    cd dashbord-paineira
  3. Activate your environment (e.g., mamba activate <my environment> or poetry shell (if you're using Windows))
  4. Install the following packages:
    pip install -r requirements.txt
    or
    poetry install
  5. Run the script:
    streamlit run streamlit.py
  6. Select the folder that contains the time-series
  7. Select other options, and you are ready to go.
  • I assume you already have a Python environment installed. I suggest you install all these packages in another environment to do not break your current dependencies.