We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4568b56 commit 870bf65Copy full SHA for 870bf65
jupyter-config/server-config/jupyter_server_documents.json
@@ -1,7 +1,8 @@
1
{
2
"ServerApp": {
3
"jpserver_extensions": {
4
- "jupyter_server_documents": true
+ "jupyter_server_documents": true,
5
+ "jupyter_server_ydoc": false
6
}
7
8
package.json
@@ -132,7 +132,8 @@
132
"outputDir": "jupyter_server_documents/labextension",
133
"schemaDir": "schema",
134
"disabledExtensions": [
135
- "@jupyterlab/codemirror-extension:binding"
+ "@jupyterlab/codemirror-extension:binding",
136
+ "@jupyter/docprovider-extension"
137
]
138
},
139
"eslintIgnore": [
0 commit comments