MANIFEST.in
README.md
install.json
package.json
pyproject.toml
setup.py
tsconfig.json
jupyter-config/nb-config/jupyterlab_tabnine.json
jupyter-config/server-config/jupyterlab_tabnine.json
jupyterlab_tabnine/__init__.py
jupyterlab_tabnine/_version.py
jupyterlab_tabnine/handler.py
jupyterlab_tabnine/tabnine.py
jupyterlab_tabnine.egg-info/PKG-INFO
jupyterlab_tabnine.egg-info/SOURCES.txt
jupyterlab_tabnine.egg-info/dependency_links.txt
jupyterlab_tabnine.egg-info/not-zip-safe
jupyterlab_tabnine.egg-info/top_level.txt
jupyterlab_tabnine/labextension/package.json
jupyterlab_tabnine/labextension/schemas/@tabnine/jupyterlab/package.json.orig
jupyterlab_tabnine/labextension/schemas/@tabnine/jupyterlab/tabnine.json
jupyterlab_tabnine/labextension/static/194.2351e99d4be5cf358d5e.js
jupyterlab_tabnine/labextension/static/249.9e6a2b9ff8d4924cfb66.js
jupyterlab_tabnine/labextension/static/631.d72d4e7a29f7765da176.js
jupyterlab_tabnine/labextension/static/remoteEntry.1a3fb2371499bc3937ed.js
jupyterlab_tabnine/labextension/static/style.js
jupyterlab_tabnine/labextension/static/third-party-licenses.json
src/commands.ts
src/consts.ts
src/icon.ts
src/index.ts
src/typings.d.ts
src/binary/postAutocomplete.ts
src/binary/postBinary.ts
src/binary/postConfiguration.ts
src/binary/postState.ts
src/connectors/MergeConnector.ts
src/connectors/TabnineConnector.ts
src/editor/addKeyupHandler.ts
src/plugins/files.ts
src/plugins/frame.ts
src/plugins/notebooks.ts
src/statusBar/getLatestVersion.ts
src/statusBar/pollState.ts
src/statusBar/registerHubWidget.ts
src/statusBar/registerUpdateWidget.ts
src/utils/network.utils.ts
src/utils/notebook.utils.ts