Skip to content

Commit

Permalink
Merge pull request #481 from opencybersecurityalliance/k2-jupyter-msg…
Browse files Browse the repository at this point in the history
…-update

add comment on how to clear output
  • Loading branch information
subbyte authored Feb 23, 2024
2 parents fa59d31 + 6de9078 commit 2a6208e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def do_execute(
"display_data",
{"data": {"text/html": result.to_html()}, "metadata": {}},
)
# how to clear output (if needed in the future):
# self.send_response(self.iopub_socket, "clear_output")

except Exception as e:
_logger.error("Exception occurred", exc_info=True)
Expand Down

0 comments on commit 2a6208e

Please sign in to comment.