diff --git a/docs/jupyter-lite.json b/docs/jupyter-lite.json index 09c2514d..b865b708 100644 --- a/docs/jupyter-lite.json +++ b/docs/jupyter-lite.json @@ -2,6 +2,9 @@ "jupyter-lite-schema-version": 0, "jupyter-config-data": { "appName": "JupyterGIS App", - "disabledExtensions": ["@jupyter/collaboration-extension"] + "disabledExtensions": [ + "@jupyter/collaboration-extension", + "@jupyter/docprovider-extension" + ] } }