.cookiecutterrc
.editorconfig
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
tox.ini
ci/requirements.txt
ci/update.py
ci/templates/.github/workflows/build.yml
ci/templates/.github/workflows/ci-cd.yml
ci/templates/.github/workflows/coverage.yml
ci/templates/.github/workflows/docs.yml
ci/templates/.github/workflows/release.yml
ci/templates/.github/workflows/tests.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_templates/class.rst
docs/_templates/module.rst
docs/reference/index.rst
src/jupyter_analysis_tools/__init__.py
src/jupyter_analysis_tools/analysis.py
src/jupyter_analysis_tools/binning.py
src/jupyter_analysis_tools/datalocations.py
src/jupyter_analysis_tools/distrib.py
src/jupyter_analysis_tools/git.py
src/jupyter_analysis_tools/notebook_utils.py
src/jupyter_analysis_tools/plotting.py
src/jupyter_analysis_tools/readdata.py
src/jupyter_analysis_tools/utils.py
src/jupyter_analysis_tools/widgets.py
src/jupyter_analysis_tools.egg-info/PKG-INFO
src/jupyter_analysis_tools.egg-info/SOURCES.txt
src/jupyter_analysis_tools.egg-info/dependency_links.txt
src/jupyter_analysis_tools.egg-info/top_level.txt
tests/requirements.txt
tests/test_jupyter_analysis_tools.py