Skip to content

BAMresearch/jupyter-analysis-tools

Repository files navigation

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