Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 2.45 KB

README.rst

File metadata and controls

87 lines (57 loc) · 2.45 KB

Overview

Yet another Python library with helpers and utilities for data analysis and processing.

Installation

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

Documentation

https://BAMresearch.github.io/jupyter-analysis-tools

Development

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