.gitignore
.mdformat.toml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/work-item.md
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
.github/workflows/title.yaml
ape_notebook/__init__.py
ape_notebook/_cli.py
ape_notebook/py.typed
ape_notebook/version.py
ape_notebook.egg-info/PKG-INFO
ape_notebook.egg-info/SOURCES.txt
ape_notebook.egg-info/dependency_links.txt
ape_notebook.egg-info/entry_points.txt
ape_notebook.egg-info/not-zip-safe
ape_notebook.egg-info/requires.txt
ape_notebook.egg-info/top_level.txt
notebook/harambe.ipynb
tests/.gitkeep
tests/test_cli.py