Yet another Python library with helpers and utilities for data analysis and processing.
pip install jupyter-analysis-tools
You can also install the in-development version with:
pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
https://BAMresearch.github.io/jupyter-analysis-tools
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |