Skip to content

Instantly share code, notes, and snippets.

@chuckwondo
Last active June 12, 2024 17:43
Show Gist options
  • Save chuckwondo/6a731811226bad18523f595da9ef5697 to your computer and use it in GitHub Desktop.
Save chuckwondo/6a731811226bad18523f595da9ef5697 to your computer and use it in GitHub Desktop.
DPS Job Metrics

DPS Job Metrics

Simple Jupyter notebook to enable analysis of DPS Jobs.

To use the notebook, do the following (this assumes conda is installed):

  1. Run conda env update to create/update the environment described in environment.yml.
  2. Run conda activate dps-metrics to activate the environment.
  3. Run python -m ipykernel install --user --name dps-metrics --display-name "DPS Metrics" to install a Jupyter kernel based upon the environment.

When you open dps_metrics.ipynb choose the kernel DPS Metrics before running the cells.

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
name: dps-metrics
dependencies:
- duckdb
- ipykernel
- matplotlib
- pandas
- python~=3.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment