bcotton
Ben Cottonmaintainer
This repo contains a Jupyter notebook with analysis of Bugzilla data.
CSV files are in the bugs/
directory.
This notebook requires juptyer and the following Python modules:
To install all dependencies on Fedora Linux run:
sudo dnf install python3-notebook python3-matplotlib python3-numpy python3-pandas
jupyter notebook Fedora_Bugs.ipynb &
to launch the notebook.Your contributions are welcome! Please submit a pull request in this repo to add or modify the analysis.
To keep the repo size manageable, please clear the output before saving. "Cell -> All Output -> Clear" will clear the output.
To add a new release to the mix, use the following Bugzilla query to ensure consistent columns:
This notebook is licensed under the MIT License.