Check if standards' peaks drift during a chromatography run
git clone git@github.com:chanana/uv-std-app.git
cd uv-std-apppoetry install
poetry run pre-commit install
poetry shellmake virtual environment, activate it and install requirements
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel
pip install -r requirements.txtpython uv-std-app.pyIn order to run on a localhost setting, modify the last line of the file to say:
app.run_server() i.e. remove host='0.0.0.0' from the parentheses.
submit a PR