LICENSE
MANIFEST.in
README.md
README_PYPI.md
pyproject.toml
frontend/dist/app.js
frontend/dist/file.js
frontend/dist/notebook.js
frontend/dist/styles.css
frontend/dist/tree.js
notebookx.egg-info/PKG-INFO
notebookx.egg-info/SOURCES.txt
notebookx.egg-info/dependency_links.txt
notebookx.egg-info/entry_points.txt
notebookx.egg-info/requires.txt
notebookx.egg-info/top_level.txt
server/__init__.py
server/run.py
server/src/__init__.py
server/src/server.py
server/src/handlers/__init__.py
server/src/handlers/base_handler.py
server/src/handlers/file_handler.py
server/src/handlers/kernel_handler.py
server/src/handlers/notebook_handler.py
server/src/handlers/packages_handler.py
server/src/handlers/websocket_handler.py
server/src/managers/kernel_manager.py
server/src/managers/session_manager.py
server/src/utils/__init__.py
server/src/utils/excluded_dirs.py
server/src/utils/file_utils.py
server/templates/base.html
server/templates/error.html
server/templates/file.html
server/templates/home.html
server/templates/notebook.html
server/templates/packages.html
server/templates/toolbar.html