IRkernel icon indicating copy to clipboard operation
IRkernel copied to clipboard

Get parent header from current request

Open randy3k opened this issue 3 years ago • 2 comments

  • Use current_request asparent_msg when parent_msg is NULL
  • Support metadata in send_response

randy3k avatar Dec 10 '21 06:12 randy3k

It allows something like this.

IRkernel::comm_manager()$send_response(
  "stream",
  NULL,
  "iopub",
  content = list(
      name = "stdout",
      text = "hello"
  )
)

Screen Shot 2021-12-09 at 11 14 04 PM

randy3k avatar Dec 10 '21 07:12 randy3k

Friendly ping @flying-sheep. Would love to see this merged!

buchgr avatar Sep 29 '22 12:09 buchgr