.bumpversion.cfg
.gitignore
.mailmap
CONTRIBUTING.md
COPYING.md
MANIFEST.in
README.md
RELEASING.md
mypy.ini
pyproject.toml
pytest.ini
readthedocs.yml
setup.cfg
setup.py
.github/workflows/python-package.yml
docs/Makefile
docs/autogen_config.py
docs/changelog.rst
docs/conf.py
docs/environment.yml
docs/index.rst
docs/make.bat
docs/release.rst
docs/requirements.txt
jupyter_console/__init__.py
jupyter_console/__main__.py
jupyter_console/_version.py
jupyter_console/app.py
jupyter_console/completer.py
jupyter_console/ptshell.py
jupyter_console/zmqhistory.py
jupyter_console.egg-info/PKG-INFO
jupyter_console.egg-info/SOURCES.txt
jupyter_console.egg-info/dependency_links.txt
jupyter_console.egg-info/entry_points.txt
jupyter_console.egg-info/requires.txt
jupyter_console.egg-info/top_level.txt
jupyter_console/tests/__init__.py
jupyter_console/tests/conftest.py
jupyter_console/tests/test_console.py
jupyter_console/tests/test_image_handler.py
jupyter_console/tests/writetofile.py
scripts/jupyter-console