--- /tmp/jupyter-client-6.1.11-234bsrisq/debian/python-jupyter-client-doc_6.1.11-2_all.deb +++ python-jupyter-client-doc_6.1.11-2_all.deb ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-jupyter-client-doc/html/messaging.html │ │ │ @@ -654,15 +654,15 @@ │ │ │ │ │ │

Upon completion of the execution request, the kernel always sends a reply, │ │ │ with a status code indicating what happened and additional data depending on │ │ │ the outcome. See below for the possible return │ │ │ codes and associated data.

│ │ │
│ │ │

See also

│ │ │ -

Execution of cells in the IPython kernel

│ │ │ +

Execution of cells in the IPython kernel

│ │ │
│ │ │
│ │ │

Execution counter (prompt number)

│ │ │

The kernel should have a single, monotonically increasing counter of all execution │ │ │ requests that are made with store_history=True. This counter is used to populate │ │ │ the In[n] and Out[n] prompts. The value of this counter will be returned as the │ │ │ execution_count field of all execute_reply and execute_input messages.

│ │ ├── ./usr/share/doc/python-jupyter-client-doc/html/wrapperkernels.html │ │ │ @@ -215,15 +215,15 @@ │ │ │ language_info │ │ │

Language information for Kernel info replies, in a dictionary. │ │ │ This should contain the key mimetype with the mimetype of code in the │ │ │ target language (e.g. 'text/x-python'), the name of the language │ │ │ being implemented (e.g. 'python'), and file_extension (e.g. │ │ │ '.py'). │ │ │ It may also contain keys codemirror_mode and pygments_lexer if they │ │ │ -need to differ from language.

│ │ │ +need to differ from language.

│ │ │

Other keys may be added to this later.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ do_execute(code, silent, store_history=True, user_expressions=None, allow_stdin=False)
│ │ │

Execute user code.