Installation

Installation

Setup

  • Requirements: This only runs on python 3.11 or lower!
  • Recommended: python 3.11.7
  • Packages: pip install -r requirements.txt
  • Packages (alternative, exact version numbers): pip install -r python3117.txt

Example Data

  • Can be found in data
  • For plotting we use fragment_centric.csv, spectrum_centric.csv (and optionally result.json).

Running the App

  • Install requirements!
  • Run streamlit run streamlit_app.py

Running the App via Docker

  • Running this app via Docker is possible with docker run -p 8501:8501 michabirklbauer/internalionexplorer:latest