jupyter-analysis-tools

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


Keywords
analysis, jupyter-notebook, jupyterlab, numerics, open-source, python
License
MIT
Install
pip install jupyter-analysis-tools==0.1.7

Documentation

Overview

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

PyPI Package latest release Commits since latest release License
Supported versions PyPI Wheel Weekly PyPI downloads
Continuous Integration and Deployment Status Coverage report

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