Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 742 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 742 Bytes

Valve diagnostic case with CDF data

Set up python enviroment

pip install poetry
poetry config virtualenv.in-project true
poetry install

selected python interpeter and ipynb kernel.

open up a notebook and excec:

from cdf import client
from valve_diagnostics import valve_diagnostic
valve_diagnostic(4146236330407219,client)

Link to the YouTube Playlist for creating this repo. spesifically this video