CONTRIBUTING.rst
COPYING.md
MANIFEST.in
README.md
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/changelog.rst
docs/source/comms.rst
docs/source/conf.py
docs/source/config_overview.rst
docs/source/contributing.rst
docs/source/development_faq.rst
docs/source/development_release.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/jupyter-verification.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
docs/sphinxext/github.py
jupyter_server/__init__.py
jupyter_server/__main__.py
jupyter_server/_sysinfo.py
jupyter_server/_tz.py
jupyter_server/_version.py
jupyter_server/config_manager.py
jupyter_server/extensions.py
jupyter_server/extensions_base.py
jupyter_server/log.py
jupyter_server/metrics.py
jupyter_server/serverapp.py
jupyter_server/transutils.py
jupyter_server/utils.py
jupyter_server.egg-info/PKG-INFO
jupyter_server.egg-info/SOURCES.txt
jupyter_server.egg-info/dependency_links.txt
jupyter_server.egg-info/entry_points.txt
jupyter_server.egg-info/not-zip-safe
jupyter_server.egg-info/requires.txt
jupyter_server.egg-info/top_level.txt
jupyter_server/auth/__init__.py
jupyter_server/auth/__main__.py
jupyter_server/auth/login.py
jupyter_server/auth/logout.py
jupyter_server/auth/security.py
jupyter_server/auth/tests/__init__.py
jupyter_server/auth/tests/test_security.py
jupyter_server/base/__init__.py
jupyter_server/base/handlers.py
jupyter_server/base/zmqhandlers.py
jupyter_server/bundler/__init__.py
jupyter_server/bundler/__main__.py
jupyter_server/bundler/bundlerextensions.py
jupyter_server/bundler/handlers.py
jupyter_server/bundler/tarball_bundler.py
jupyter_server/bundler/tools.py
jupyter_server/bundler/zip_bundler.py
jupyter_server/bundler/tests/__init__.py
jupyter_server/bundler/tests/test_bundler_api.py
jupyter_server/bundler/tests/test_bundler_tools.py
jupyter_server/bundler/tests/test_bundlerextension.py
jupyter_server/bundler/tests/resources/empty.ipynb
jupyter_server/bundler/tests/resources/another_subdir/test_file.txt
jupyter_server/bundler/tests/resources/subdir/test_file.txt
jupyter_server/bundler/tests/resources/subdir/subsubdir/.gitkeep
jupyter_server/edit/__init__.py
jupyter_server/edit/handlers.py
jupyter_server/files/__init__.py
jupyter_server/files/handlers.py
jupyter_server/i18n/__init__.py
jupyter_server/i18n/zh_CN/LC_MESSAGES/nbjs.po
jupyter_server/i18n/zh_CN/LC_MESSAGES/nbui.po
jupyter_server/i18n/zh_CN/LC_MESSAGES/notebook.po
jupyter_server/kernelspecs/__init__.py
jupyter_server/kernelspecs/handlers.py
jupyter_server/nbconvert/__init__.py
jupyter_server/nbconvert/handlers.py
jupyter_server/nbconvert/tests/__init__.py
jupyter_server/nbconvert/tests/test_nbconvert_handlers.py
jupyter_server/services/__init__.py
jupyter_server/services/shutdown.py
jupyter_server/services/api/__init__.py
jupyter_server/services/api/api.yaml
jupyter_server/services/api/handlers.py
jupyter_server/services/api/tests/__init__.py
jupyter_server/services/api/tests/test_api.py
jupyter_server/services/config/__init__.py
jupyter_server/services/config/handlers.py
jupyter_server/services/config/manager.py
jupyter_server/services/config/tests/__init__.py
jupyter_server/services/config/tests/test_config_api.py
jupyter_server/services/contents/__init__.py
jupyter_server/services/contents/checkpoints.py
jupyter_server/services/contents/filecheckpoints.py
jupyter_server/services/contents/fileio.py
jupyter_server/services/contents/filemanager.py
jupyter_server/services/contents/handlers.py
jupyter_server/services/contents/largefilemanager.py
jupyter_server/services/contents/manager.py
jupyter_server/services/contents/tests/__init__.py
jupyter_server/services/contents/tests/test_contents_api.py
jupyter_server/services/contents/tests/test_fileio.py
jupyter_server/services/contents/tests/test_largefilemanager.py
jupyter_server/services/contents/tests/test_manager.py
jupyter_server/services/kernels/__init__.py
jupyter_server/services/kernels/handlers.py
jupyter_server/services/kernels/kernelmanager.py
jupyter_server/services/kernels/tests/__init__.py
jupyter_server/services/kernels/tests/test_kernels_api.py
jupyter_server/services/kernelspecs/__init__.py
jupyter_server/services/kernelspecs/handlers.py
jupyter_server/services/kernelspecs/tests/__init__.py
jupyter_server/services/kernelspecs/tests/test_kernelspecs_api.py
jupyter_server/services/nbconvert/__init__.py
jupyter_server/services/nbconvert/handlers.py
jupyter_server/services/nbconvert/tests/__init__.py
jupyter_server/services/nbconvert/tests/test_nbconvert_api.py
jupyter_server/services/security/__init__.py
jupyter_server/services/security/handlers.py
jupyter_server/services/sessions/__init__.py
jupyter_server/services/sessions/handlers.py
jupyter_server/services/sessions/sessionmanager.py
jupyter_server/services/sessions/tests/__init__.py
jupyter_server/services/sessions/tests/test_sessionmanager.py
jupyter_server/services/sessions/tests/test_sessions_api.py
jupyter_server/templates/404.html
jupyter_server/templates/edit.html
jupyter_server/templates/error.html
jupyter_server/templates/login.html
jupyter_server/templates/logout.html
jupyter_server/templates/notebook.html
jupyter_server/templates/page.html
jupyter_server/templates/terminal.html
jupyter_server/templates/tree.html
jupyter_server/templates/view.html
jupyter_server/terminal/__init__.py
jupyter_server/terminal/api_handlers.py
jupyter_server/terminal/handlers.py
jupyter_server/tests/__init__.py
jupyter_server/tests/launchserver.py
jupyter_server/tests/test_config_manager.py
jupyter_server/tests/test_extensions.py
jupyter_server/tests/test_files.py
jupyter_server/tests/test_i18n.py
jupyter_server/tests/test_paths.py
jupyter_server/tests/test_serialize.py
jupyter_server/tests/test_serverapp.py
jupyter_server/tests/test_utils.py
jupyter_server/view/__init__.py
jupyter_server/view/handlers.py
tools/build-main.js
tools/secure_server.py
tools/tests/ANSI Test.ipynb
tools/tests/CSS Reference.ipynb
tools/tests/Confined Output.ipynb
tools/tests/Test Output Callbacks.ipynb