.gitignore
.python-version
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
mypy.ini
pyproject.toml
tox.ini
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/stale.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
src/jupyter_black/__init__.py
src/jupyter_black/jupyter_black.py
src/jupyter_black.egg-info/PKG-INFO
src/jupyter_black.egg-info/SOURCES.txt
src/jupyter_black.egg-info/dependency_links.txt
src/jupyter_black.egg-info/not-zip-safe
src/jupyter_black.egg-info/requires.txt
src/jupyter_black.egg-info/top_level.txt
tests/conftest.py
tests/test_jb_helpers.py
tests/test_lab.py
tests/test_notebook.py