Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 624 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 624 Bytes

petabvis

An interactive visualization tool for PEtab measurement and simulation files.

Installation

From PyPI

pip3 install petabvis

From GitHub

pip3 install git+https://github.com/PEtab-dev/petabvis.git@main

From a local copy of the source

From within the root source directory, run:

pip3 install .

Usage

  1. Run petabvis
  2. Select a PEtab YAML file
  3. Optionally select a simulation file
  4. Navigate through the plots

See also petabvis -h for command line usage.