Skip to content

Commit 870bf65

Browse files
committed
disable jupyter_collaboration extensions thru metadata
1 parent 4568b56 commit 870bf65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"ServerApp": {
33
"jpserver_extensions": {
4-
"jupyter_server_documents": true
4+
"jupyter_server_documents": true,
5+
"jupyter_server_ydoc": false
56
}
67
}
78
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"outputDir": "jupyter_server_documents/labextension",
133133
"schemaDir": "schema",
134134
"disabledExtensions": [
135-
"@jupyterlab/codemirror-extension:binding"
135+
"@jupyterlab/codemirror-extension:binding",
136+
"@jupyter/docprovider-extension"
136137
]
137138
},
138139
"eslintIgnore": [

0 commit comments

Comments
 (0)