LICENSE
README.md
jupyter-notebook.desktop
notebook.svg
pyproject.toml
setup.cfg
setup.py
notebook/__init__.py
notebook/__main__.py
notebook/_sysinfo.py
notebook/_tz.py
notebook/_version.py
notebook/config_manager.py
notebook/extensions.py
notebook/jstest.py
notebook/log.py
notebook/nbextensions.py
notebook/notebookapp.py
notebook/serverextensions.py
notebook/traittypes.py
notebook/transutils.py
notebook/utils.py
notebook.egg-info/PKG-INFO
notebook.egg-info/SOURCES.txt
notebook.egg-info/dependency_links.txt
notebook.egg-info/entry_points.txt
notebook.egg-info/not-zip-safe
notebook.egg-info/requires.txt
notebook.egg-info/top_level.txt
notebook/auth/__init__.py
notebook/auth/__main__.py
notebook/auth/login.py
notebook/auth/logout.py
notebook/auth/security.py
notebook/auth/tests/__init__.py
notebook/auth/tests/test_login.py
notebook/auth/tests/test_security.py
notebook/base/__init__.py
notebook/base/handlers.py
notebook/base/zmqhandlers.py
notebook/bundler/__init__.py
notebook/bundler/__main__.py
notebook/bundler/bundlerextensions.py
notebook/bundler/handlers.py
notebook/bundler/tarball_bundler.py
notebook/bundler/tools.py
notebook/bundler/zip_bundler.py
notebook/bundler/tests/__init__.py
notebook/bundler/tests/test_bundler_api.py
notebook/bundler/tests/test_bundler_tools.py
notebook/bundler/tests/test_bundlerextension.py
notebook/bundler/tests/resources/empty.ipynb
notebook/bundler/tests/resources/another_subdir/test_file.txt
notebook/bundler/tests/resources/subdir/test_file.txt
notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep
notebook/edit/__init__.py
notebook/edit/handlers.py
notebook/files/__init__.py
notebook/files/handlers.py
notebook/gateway/__init__.py
notebook/gateway/handlers.py
notebook/gateway/managers.py
notebook/i18n/__init__.py
notebook/i18n/fr_FR/LC_MESSAGES/nbjs.po
notebook/i18n/fr_FR/LC_MESSAGES/nbui.po
notebook/i18n/fr_FR/LC_MESSAGES/notebook.po
notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
notebook/i18n/ja_JP/LC_MESSAGES/nbui.po
notebook/i18n/ja_JP/LC_MESSAGES/notebook.po
notebook/i18n/nl/LC_MESSAGES/nbjs.json
notebook/i18n/nl/LC_MESSAGES/nbjs.po
notebook/i18n/nl/LC_MESSAGES/nbui.mo
notebook/i18n/nl/LC_MESSAGES/nbui.po
notebook/i18n/nl/LC_MESSAGES/notebook.mo
notebook/i18n/nl/LC_MESSAGES/notebook.po
notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po
notebook/i18n/ru_RU/LC_MESSAGES/nbui.po
notebook/i18n/ru_RU/LC_MESSAGES/notebook.po
notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po
notebook/i18n/zh_CN/LC_MESSAGES/nbui.po
notebook/i18n/zh_CN/LC_MESSAGES/notebook.po
notebook/kernelspecs/__init__.py
notebook/kernelspecs/handlers.py
notebook/nbconvert/__init__.py
notebook/nbconvert/handlers.py
notebook/nbconvert/tests/__init__.py
notebook/nbconvert/tests/test_nbconvert_handlers.py
notebook/notebook/__init__.py
notebook/notebook/handlers.py
notebook/prometheus/__init__.py
notebook/prometheus/log_functions.py
notebook/prometheus/metrics.py
notebook/services/__init__.py
notebook/services/shutdown.py
notebook/services/api/__init__.py
notebook/services/api/api.yaml
notebook/services/api/handlers.py
notebook/services/api/tests/__init__.py
notebook/services/api/tests/test_api.py
notebook/services/config/__init__.py
notebook/services/config/handlers.py
notebook/services/config/manager.py
notebook/services/config/tests/__init__.py
notebook/services/config/tests/test_config_api.py
notebook/services/contents/__init__.py
notebook/services/contents/checkpoints.py
notebook/services/contents/filecheckpoints.py
notebook/services/contents/fileio.py
notebook/services/contents/filemanager.py
notebook/services/contents/handlers.py
notebook/services/contents/largefilemanager.py
notebook/services/contents/manager.py
notebook/services/contents/tests/__init__.py
notebook/services/contents/tests/test_contents_api.py
notebook/services/contents/tests/test_fileio.py
notebook/services/contents/tests/test_largefilemanager.py
notebook/services/contents/tests/test_manager.py
notebook/services/kernels/__init__.py
notebook/services/kernels/handlers.py
notebook/services/kernels/kernelmanager.py
notebook/services/kernels/tests/__init__.py
notebook/services/kernels/tests/test_kernels_api.py
notebook/services/kernelspecs/__init__.py
notebook/services/kernelspecs/handlers.py
notebook/services/kernelspecs/tests/__init__.py
notebook/services/kernelspecs/tests/test_kernelspecs_api.py
notebook/services/nbconvert/__init__.py
notebook/services/nbconvert/handlers.py
notebook/services/nbconvert/tests/__init__.py
notebook/services/nbconvert/tests/test_nbconvert_api.py
notebook/services/security/__init__.py
notebook/services/security/handlers.py
notebook/services/sessions/__init__.py
notebook/services/sessions/handlers.py
notebook/services/sessions/sessionmanager.py
notebook/services/sessions/tests/__init__.py
notebook/services/sessions/tests/test_sessionmanager.py
notebook/services/sessions/tests/test_sessions_api.py
notebook/templates/404.html
notebook/templates/browser-open.html
notebook/templates/edit.html
notebook/templates/error.html
notebook/templates/login.html
notebook/templates/logout.html
notebook/templates/notebook.html
notebook/templates/page.html
notebook/templates/terminal.html
notebook/templates/tree.html
notebook/templates/view.html
notebook/terminal/__init__.py
notebook/terminal/api_handlers.py
notebook/terminal/handlers.py
notebook/terminal/terminalmanager.py
notebook/terminal/tests/__init__.py
notebook/terminal/tests/test_terminals_api.py
notebook/tests/__init__.py
notebook/tests/conftest.py
notebook/tests/launchnotebook.py
notebook/tests/test_config_manager.py
notebook/tests/test_files.py
notebook/tests/test_gateway.py
notebook/tests/test_i18n.py
notebook/tests/test_log.py
notebook/tests/test_nbextensions.py
notebook/tests/test_notebookapp.py
notebook/tests/test_notebookapp_integration.py
notebook/tests/test_paths.py
notebook/tests/test_serialize.py
notebook/tests/test_serverextensions.py
notebook/tests/test_traittypes.py
notebook/tests/test_utils.py
notebook/tree/__init__.py
notebook/tree/handlers.py
notebook/tree/tests/__init__.py
notebook/tree/tests/handlers.py
notebook/tree/tests/test_tree_handler.py
notebook/view/__init__.py
notebook/view/handlers.py