diff --git a/lite/jupyter-lite.json b/lite/jupyter-lite.json index c994fab4..e0c59798 100644 --- a/lite/jupyter-lite.json +++ b/lite/jupyter-lite.json @@ -2,6 +2,9 @@ "jupyter-lite-schema-version": 0, "jupyter-config-data": { "appName": "My JupyterCAD App", - "disabledExtensions": ["@jupyter/collaboration-extension"] + "disabledExtensions": [ + "@jupyter/collaboration-extension", + "@jupyter/docprovider-extension" + ] } }