Skip to content

Commit

Permalink
Merge pull request #486 from JohanMabille/debugger
Browse files Browse the repository at this point in the history
Added debugger key in kernel_info_reply
  • Loading branch information
Steven Silvester authored Jul 30, 2021
2 parents 3544ead + dca2ea4 commit 5b3f2fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ Message type: ``kernel_info_reply``::
# Only needed if it differs from the 'name' field.
'pygments_lexer': str,

# Codemirror mode, for for highlighting in the notebook.
# Codemirror mode, for highlighting in the notebook.
# Only needed if it differs from the 'name' field.
'codemirror_mode': str or dict,

Expand All @@ -986,7 +986,11 @@ Message type: ``kernel_info_reply``::

# A banner of information about the kernel,
# which may be desplayed in console environments.
'banner' : str,
'banner': str,

# A boolean flag which tells if the kernel supports debugging in the notebook.
# Default is False
'debugger': bool,

# Optional: A list of dictionaries, each with keys 'text' and 'url'.
# These will be displayed in the help menu in the notebook UI.
Expand Down

0 comments on commit 5b3f2fa

Please sign in to comment.