LICENSE
README.md
pyproject.toml
src/apibean/jupyter/__init__.py
src/apibean/jupyter/__main__.py
src/apibean/jupyter/cli.py
src/apibean/jupyter/kernel.py
src/apibean/jupyter/plugins.py
src/apibean/jupyter/server.py
src/apibean/jupyter/wrapper.py
src/apibean_jupyter.egg-info/PKG-INFO
src/apibean_jupyter.egg-info/SOURCES.txt
src/apibean_jupyter.egg-info/dependency_links.txt
src/apibean_jupyter.egg-info/entry_points.txt
src/apibean_jupyter.egg-info/requires.txt
src/apibean_jupyter.egg-info/top_level.txt
tests/test_cli.py
tests/test_jupyter_server.py
tests/test_kernel_mode_auto.py
tests/test_kernel_mode_managed.py
tests/test_kernel_mode_system.py
tests/test_kernel_patch_env.py
tests/test_server_app_initialize.py
tests/test_server_app_kernel.py
tests/test_server_app_workspace.py