You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed the buffer hack. This shouldn't be required anymore since the
removal of json_clean in ipykernel. We should also see if we can improve
performances in jupyter-server.
# These are *protocol* versions for each package, *not* npm versions. To check, look at each package's src/version.ts file for the protocol version the package implements.
Copy file name to clipboardExpand all lines: packages/schema/messages.md
+11
Original file line number
Diff line number
Diff line change
@@ -338,3 +338,14 @@ To display a widget, the kernel sends a Jupyter [iopub `display_data` message](h
338
338
}
339
339
}
340
340
```
341
+
342
+
343
+
344
+
345
+
# Control Widget messaging protocol, version 1.0
346
+
347
+
This is implemented in ipywidgets 7.7.
348
+
349
+
### The `jupyter.widget.control` comm target
350
+
351
+
A kernel-side Jupyter widgets library registers a `jupyter.widget.control` comm target that is used for fetching all widgets states through a "one shot" comm message (one for all widget instances). The kernel-side widgets library must answer to the "comm-open" message with a comm message containing the full state of all widget instances.
0 commit comments