--- /tmp/nbformat-5.1.2-18l27pxsw/debian/python-nbformat-doc_5.1.2-1_all.deb +++ python-nbformat-doc_5.1.2-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-01-17 20:31:17.000000 debian-binary │ -rw-r--r-- 0 0 0 1400 2021-01-17 20:31:17.000000 control.tar.xz │ --rw-r--r-- 0 0 0 36488 2021-01-17 20:31:17.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 36496 2021-01-17 20:31:17.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-nbformat-doc/html/api.html │ │ │ @@ -260,15 +260,15 @@ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │

Notebook signatures

│ │ │

This machinery is used by the notebook web application to record which notebooks │ │ │ are trusted, and may show dynamic output as soon as they’re loaded. See │ │ │ -Security in notebook documents for more information.

│ │ │ +Security in notebook documents for more information.

│ │ │
│ │ │
│ │ │ class nbformat.sign.NotebookNotary(**kwargs)
│ │ │

A class for computing and verifying notebook signatures.

│ │ │
│ │ │
│ │ │ sign(nb)
│ │ ├── ./usr/share/doc/python-nbformat-doc/html/format_description.html │ │ │ @@ -143,15 +143,15 @@ │ │ │

Changed in version nbformat: 4.0

│ │ │

prompt_number renamed to execution_count

│ │ │
│ │ │ │ │ │
│ │ │

Code cell outputs

│ │ │

A code cell can have a variety of outputs (stream data or rich mime-type output). │ │ │ -These correspond to messages produced as a result of executing the cell.

│ │ │ +These correspond to messages produced as a result of executing the cell.

│ │ │

All outputs have an output_type field, │ │ │ which is a string defining what type of output it is.

│ │ │
│ │ │

stream output

│ │ │
{
│ │ │    "output_type" : "stream",
│ │ │    "name" : "stdout", # or stderr
│ │ │ @@ -289,15 +289,15 @@
│ │ │  
│ │ │
│ │ │
│ │ │
│ │ │

Cell attachments

│ │ │

Markdown and raw cells can have a number of attachments, typically inline │ │ │ images that can be referenced in the markdown content of a cell. The attachments │ │ │ -dictionary of a cell contains a set of mime-bundles (see display_data) │ │ │ +dictionary of a cell contains a set of mime-bundles (see display_data) │ │ │ keyed by filename that represents the files attached to the cell.

│ │ │
│ │ │

Note

│ │ │

The attachments dictionary is an optional field and can be undefined or empty if the cell does not have any attachments.

│ │ │
│ │ │
{
│ │ │    "cell_type" : "markdown",
│ │ │ @@ -369,15 +369,15 @@
│ │ │  

Value

│ │ │

Interpretation

│ │ │ │ │ │ │ │ │ │ │ │

kernelspec

│ │ │

dict

│ │ │ -

A kernel specification

│ │ │ +

A kernel specification

│ │ │ │ │ │

authors

│ │ │

list of dicts

│ │ │

A list of authors of the document

│ │ │ │ │ │ │ │ │