Package smile.util.ipynb


package smile.util.ipynb
The ipynb format is a plain-text JSON document schema used by Jupyter Notebook to store an interactive computing session's contents, including live code, output, Markdown text, and metadata.
  • Class
    Description
    A single cell in a Jupyter notebook.
    Cell-level metadata.
    A code cell.
    A rich display-data output (output type "display_data").
    An error output produced when a cell raises an exception during execution (output type "error").
    An execute-result output (output type "execute_result").
    The top-level Jupyter notebook document (nbformat 5).
    Identifies the kernel (execution engine) associated with the notebook.
    Information about the programming language of the kernel.
    A markdown cell.
    Notebook-level metadata.
    A notebook multiline string value.
    A single output produced by executing a CodeCell.
    A raw cell.
    A stream output produced by stdout or stderr during cell execution (output type "stream").