CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
jupyter-notebook.desktop
notebook.svg
package.json
pyproject.toml
setup.cfg
setup.py
setupbase.py
docs/Makefile
docs/autogen_config.py
docs/doc-requirements.txt
docs/environment.yml
docs/jsdoc_config.json
docs/jsdoc_plugin.js
docs/make.bat
docs/resources/Info.plist.example
docs/resources/generate_icons.sh
docs/resources/icon_16x16.svg
docs/resources/icon_24x24.svg
docs/resources/icon_32x32.svg
docs/resources/icon_512x512.svg
docs/resources/ipynb.icns
docs/resources/notebook_basics.png
docs/resources/running_code.png
docs/resources/running_code_med.png
docs/resources/ipynb.iconset/icon_1024x1024.png
docs/resources/ipynb.iconset/icon_128x128.png
docs/resources/ipynb.iconset/icon_128x128@2x.png
docs/resources/ipynb.iconset/icon_16x16.png
docs/resources/ipynb.iconset/icon_16x16@2x.png
docs/resources/ipynb.iconset/icon_24x24.png
docs/resources/ipynb.iconset/icon_24x24@2x.png
docs/resources/ipynb.iconset/icon_256x256.png
docs/resources/ipynb.iconset/icon_256x256@2x.png
docs/resources/ipynb.iconset/icon_32x32.png
docs/resources/ipynb.iconset/icon_32x32@2x.png
docs/resources/ipynb.iconset/icon_48x48.png
docs/resources/ipynb.iconset/icon_512x512.png
docs/resources/ipynb.iconset/icon_512x512@2x.png
docs/resources/ipynb.iconset/icon_64x64.png
docs/resources/ipynb.iconset/icon_64x64@2x.png
docs/source/comms.rst
docs/source/conf.py
docs/source/config_overview.rst
docs/source/contributing.rst
docs/source/development_faq.rst
docs/source/frontend_config.rst
docs/source/index.rst
docs/source/ipython_security.asc
docs/source/links.txt
docs/source/notebook.rst
docs/source/public_server.rst
docs/source/security.rst
docs/source/spelling_wordlist.txt
docs/source/template.tpl
docs/source/troubleshooting.rst
docs/source/ui_components.rst
docs/source/_static/.gitkeep
docs/source/_static/images/blank-notebook-ui.png
docs/source/_static/images/blank-notebook-ui.svg
docs/source/_static/images/cell-tags-toolbar.png
docs/source/_static/images/cell-toolbar-41.png
docs/source/_static/images/command-palette-41.png
docs/source/_static/images/dashboard-sort.png
docs/source/_static/images/find-replace-41.png
docs/source/_static/images/jupyter-file-editor.png
docs/source/_static/images/jupyter-notebook-dashboard.png
docs/source/_static/images/jupyter-notebook-default.png
docs/source/_static/images/jupyter-notebook-edit.png
docs/source/_static/images/multi-select-41.png
docs/source/_static/images/new-notebook.gif
docs/source/_static/images/shortcut-editor.png
docs/source/_static/images/table-style-after.png
docs/source/_static/images/table-style-before.png
docs/source/examples/Notebook/Connecting with the Qt Console.ipynb
docs/source/examples/Notebook/Custom Keyboard Shortcuts.ipynb
docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb
docs/source/examples/Notebook/Importing Notebooks.ipynb
docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb
docs/source/examples/Notebook/Notebook Basics.ipynb
docs/source/examples/Notebook/Running Code.ipynb
docs/source/examples/Notebook/Typesetting Equations.ipynb
docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb
docs/source/examples/Notebook/Working With Markdown Cells.ipynb
docs/source/examples/Notebook/examples_index.rst
docs/source/examples/Notebook/images/command_mode.png
docs/source/examples/Notebook/images/dashboard_files_tab.png
docs/source/examples/Notebook/images/dashboard_files_tab_btns.png
docs/source/examples/Notebook/images/dashboard_files_tab_new.png
docs/source/examples/Notebook/images/dashboard_files_tab_run.png
docs/source/examples/Notebook/images/dashboard_running_tab.png
docs/source/examples/Notebook/images/edit_mode.png
docs/source/examples/Notebook/images/menubar_toolbar.png
docs/source/examples/Notebook/images/nbconvert_arch.png
docs/source/examples/Notebook/nbpackage/__init__.py
docs/source/examples/Notebook/nbpackage/mynotebook.ipynb
docs/source/examples/Notebook/nbpackage/nbs/__init__.py
docs/source/examples/Notebook/nbpackage/nbs/other.ipynb
docs/source/examples/images/FrontendKernel.png
docs/source/examples/images/animation.m4v
docs/source/examples/images/ipython_logo.png
docs/source/examples/images/jupyter_logo.png
docs/source/examples/images/python_logo.svg
docs/source/examples/images/FrontendKernel.graffle/data.plist
docs/source/examples/images/FrontendKernel.graffle/image1.png
docs/source/examples/utils/list_pyfiles.ipy
docs/source/examples/utils/list_subdirs.ipy
docs/source/extending/bundler_extensions.rst
docs/source/extending/contents.rst
docs/source/extending/frontend_extensions.rst
docs/source/extending/handlers.rst
docs/source/extending/index.rst
docs/source/extending/keymaps.rst
docs/source/extending/savehooks.rst
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/README.md
notebook/i18n/__init__.py
notebook/i18n/babel_nbjs.cfg
notebook/i18n/babel_nbui.cfg
notebook/i18n/babel_notebook.cfg
notebook/i18n/nbjs.json
notebook/i18n/nbjs.pot
notebook/i18n/nbui.pot
notebook/i18n/notebook.pot
notebook/i18n/fr_FR/LC_MESSAGES/nbjs.json
notebook/i18n/fr_FR/LC_MESSAGES/nbjs.po
notebook/i18n/fr_FR/LC_MESSAGES/nbui.mo
notebook/i18n/fr_FR/LC_MESSAGES/nbui.po
notebook/i18n/fr_FR/LC_MESSAGES/notebook.mo
notebook/i18n/fr_FR/LC_MESSAGES/notebook.po
notebook/i18n/ja_JP/LC_MESSAGES/nbjs.json
notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
notebook/i18n/ja_JP/LC_MESSAGES/nbui.mo
notebook/i18n/ja_JP/LC_MESSAGES/nbui.po
notebook/i18n/ja_JP/LC_MESSAGES/notebook.mo
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.json
notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po
notebook/i18n/ru_RU/LC_MESSAGES/nbui.mo
notebook/i18n/ru_RU/LC_MESSAGES/nbui.po
notebook/i18n/ru_RU/LC_MESSAGES/notebook.mo
notebook/i18n/ru_RU/LC_MESSAGES/notebook.po
notebook/i18n/zh_CN/LC_MESSAGES/nbjs.json
notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po
notebook/i18n/zh_CN/LC_MESSAGES/nbui.mo
notebook/i18n/zh_CN/LC_MESSAGES/nbui.po
notebook/i18n/zh_CN/LC_MESSAGES/notebook.mo
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/README.md
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_hist.sqlite
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/tests/util.js
notebook/tests/_testdata/black_square_22.png
notebook/tests/base/highlight.js
notebook/tests/base/keyboard.js
notebook/tests/base/misc.js
notebook/tests/base/security.js
notebook/tests/base/utils.js
notebook/tests/mockextension/index.js
notebook/tests/notebook/attachments.js
notebook/tests/notebook/display_id.js
notebook/tests/notebook/dualmode.js
notebook/tests/notebook/dualmode_merge.js
notebook/tests/notebook/execute_selected_cells.js
notebook/tests/notebook/inject_js.js
notebook/tests/notebook/markdown.js
notebook/tests/notebook/output.js
notebook/tests/notebook/roundtrip.js
notebook/tests/notebook/safe_append_output.js
notebook/tests/notebook/tags.js
notebook/tests/selenium/__init__.py
notebook/tests/selenium/conftest.py
notebook/tests/selenium/quick_selenium.py
notebook/tests/selenium/test_buffering.py
notebook/tests/selenium/test_clipboard_multiselect.py
notebook/tests/selenium/test_dashboard_nav.py
notebook/tests/selenium/test_deletecell.py
notebook/tests/selenium/test_display_image.py
notebook/tests/selenium/test_display_isolation.py
notebook/tests/selenium/test_dualmode_arrows.py
notebook/tests/selenium/test_dualmode_cellmode.py
notebook/tests/selenium/test_dualmode_clipboard.py
notebook/tests/selenium/test_dualmode_execute.py
notebook/tests/selenium/test_dualmode_insertcell.py
notebook/tests/selenium/test_dualmode_markdown.py
notebook/tests/selenium/test_execute_code.py
notebook/tests/selenium/test_find_and_replace.py
notebook/tests/selenium/test_interrupt.py
notebook/tests/selenium/test_kernel_menu.py
notebook/tests/selenium/test_markdown.py
notebook/tests/selenium/test_merge_cells.py
notebook/tests/selenium/test_move_multiselection.py
notebook/tests/selenium/test_multiselect.py
notebook/tests/selenium/test_multiselect_toggle.py
notebook/tests/selenium/test_notifications.py
notebook/tests/selenium/test_prompt_numbers.py
notebook/tests/selenium/test_save.py
notebook/tests/selenium/test_save_as_notebook.py
notebook/tests/selenium/test_save_readonly_as.py
notebook/tests/selenium/test_shutdown.py
notebook/tests/selenium/test_undelete.py
notebook/tests/selenium/utils.py
notebook/tests/services/kernel.js
notebook/tests/services/serialize.js
notebook/tests/services/session.js
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
tools/build-main.js
tools/secure_notebook.py
tools/security_deprecated.js
tools/tests/ANSI Test.ipynb
tools/tests/CSS Reference.ipynb
tools/tests/Confined Output.ipynb
tools/tests/Test Output Callbacks.ipynb