##// END OF EJS Templates
Merge pull request #7493 from Carreau/secure-dialog...
Merge pull request #7493 from Carreau/secure-dialog Sanitize dialog body when a string

File last commit:

r19830:171de5cc
r20035:de87c259 merge
Show More
incompat-single-websocket.rst
3 lines | 259 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-single-websocket.rst
  • The notebook now uses a single websocket at /kernels/<kernel-id>/channels instead of separate /kernels/<kernel-id>/{shell|iopub|stdin} channels. Messages on each channel are identified by a channel key in the message dict, for both send and recv.