Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get parent header from current request #705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

randy3k
Copy link
Contributor

@randy3k randy3k commented Dec 10, 2021

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

@randy3k
Copy link
Contributor Author

randy3k commented Dec 10, 2021

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

@buchgr
Copy link

buchgr commented Sep 29, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants