Skip to content

Commit 45e2f2d

Browse files
committed
revert bad fix for comms rst
1 parent 5ca18c2 commit 45e2f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/comms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ containing Javascript to connect to it.
7878
# Send data to the frontend on creation
7979
comm.send({'foo': 5})
8080
81-
get_ipython().comm.comm_manager.register_target('my_comm_target', target_func)
81+
get_ipython().kernel.comm_manager.register_target('my_comm_target', target_func)
8282
8383
This example uses the IPython kernel again; this example will be different in
8484
other kernels that support comms. Refer to the specific language kernel's

0 commit comments

Comments
 (0)