tree: e143f097f4f925664ea1f24ce79b2b117a811ce5 [path history] [tgz]
  1. OWNERS
  2. precommit_job_times.ipynb
  3. 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+virtualenv:

virtualenv --python python3 ~/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.