.coveragerc
.editorconfig
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
ci/.DS_Store
ci/bootstrap.py
ci/requirements.txt
ci/templates/.DS_Store
ci/templates/.github/.DS_Store
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/reference/index.rst
docs/reference/jupyter_analysis_tools.rst
src/jupyter_analysis_tools/__init__.py
src/jupyter_analysis_tools/analysis.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/reBin.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/not-zip-safe
src/jupyter_analysis_tools.egg-info/top_level.txt
tests/requirements.txt
tests/test_jupyter_analysis_tools.py