CHANGELOG.md
CONTRIBUTING.md
COPYING.md
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
requirements-doc.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/kernels.rst
docs/make.bat
docs/messaging.rst
docs/migration.md
docs/pending-kernels.rst
docs/provisioning.rst
docs/wrapperkernels.rst
docs/api/client.rst
docs/api/index.rst
docs/api/kernelspec.rst
docs/api/manager.rst
docs/api/provisioners.rst
docs/figs/frontend-kernel.png
docs/figs/frontend-kernel.svg
jupyter_client/__init__.py
jupyter_client/_version.py
jupyter_client/adapter.py
jupyter_client/channels.py
jupyter_client/channelsabc.py
jupyter_client/client.py
jupyter_client/clientabc.py
jupyter_client/connect.py
jupyter_client/consoleapp.py
jupyter_client/jsonutil.py
jupyter_client/kernelapp.py
jupyter_client/kernelspec.py
jupyter_client/kernelspecapp.py
jupyter_client/launcher.py
jupyter_client/localinterfaces.py
jupyter_client/manager.py
jupyter_client/managerabc.py
jupyter_client/multikernelmanager.py
jupyter_client/restarter.py
jupyter_client/runapp.py
jupyter_client/session.py
jupyter_client/threaded.py
jupyter_client/utils.py
jupyter_client/win_interrupt.py
jupyter_client.egg-info/PKG-INFO
jupyter_client.egg-info/SOURCES.txt
jupyter_client.egg-info/dependency_links.txt
jupyter_client.egg-info/entry_points.txt
jupyter_client.egg-info/requires.txt
jupyter_client.egg-info/top_level.txt
jupyter_client/asynchronous/__init__.py
jupyter_client/asynchronous/client.py
jupyter_client/blocking/__init__.py
jupyter_client/blocking/client.py
jupyter_client/ioloop/__init__.py
jupyter_client/ioloop/manager.py
jupyter_client/ioloop/restarter.py
jupyter_client/provisioning/__init__.py
jupyter_client/provisioning/factory.py
jupyter_client/provisioning/local_provisioner.py
jupyter_client/provisioning/provisioner_base.py
jupyter_client/ssh/__init__.py
jupyter_client/ssh/forward.py
jupyter_client/ssh/tunnel.py
jupyter_client/tests/__init__.py
jupyter_client/tests/conftest.py
jupyter_client/tests/problemkernel.py
jupyter_client/tests/signalkernel.py
jupyter_client/tests/test_adapter.py
jupyter_client/tests/test_client.py
jupyter_client/tests/test_connect.py
jupyter_client/tests/test_jsonutil.py
jupyter_client/tests/test_kernelapp.py
jupyter_client/tests/test_kernelmanager.py
jupyter_client/tests/test_kernelspec.py
jupyter_client/tests/test_localinterfaces.py
jupyter_client/tests/test_manager.py
jupyter_client/tests/test_multikernelmanager.py
jupyter_client/tests/test_provisioning.py
jupyter_client/tests/test_public_api.py
jupyter_client/tests/test_restarter.py
jupyter_client/tests/test_session.py
jupyter_client/tests/test_ssh.py
jupyter_client/tests/utils.py