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 5ca18c2 commit 45e2f2dCopy full SHA for 45e2f2d
docs/source/comms.rst
@@ -78,7 +78,7 @@ containing Javascript to connect to it.
78
# Send data to the frontend on creation
79
comm.send({'foo': 5})
80
81
- get_ipython().comm.comm_manager.register_target('my_comm_target', target_func)
+ get_ipython().kernel.comm_manager.register_target('my_comm_target', target_func)
82
83
This example uses the IPython kernel again; this example will be different in
84
other kernels that support comms. Refer to the specific language kernel's
0 commit comments