tree: 818f2a3d91d644b3f63067e043b48c509f09e9fd [path history] [tgz]
  1. precommit_job_times.ipynb
  2. README.md
.test-infra/jupyter/README.md

This directory contains Jupyter notebooks for use in gathering and analyzing test metrics.

Jupyter Setup

Instructions for installing on Linux using pip+venv:

python3 -m venv ~/virtualenvs/jupyter
source ~/virtualenvs/jupyter/bin/activate
pip install jupyter
# Optional packages, for example:
pip install pandas matplotlib requests
cd .test-infra/jupyter
jupyter notebook  # Should open a browser window.

Pull Requests

To minimize file size, diffs, and ease reviews, please clear all cell output (cell -> all output -> clear) before commiting.