##// END OF EJS Templates
remove Link, DirectionalLink from widgets.__init__...
remove Link, DirectionalLink from widgets.__init__ only functions are part of the public API

File last commit:

r19830:171de5cc
r20231:e92d77f8
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.