Crate jupyter_serde

Source
šŸ‘ŽDeprecated since 0.8.0: This crate is deprecated. Use jupyter-protocol instead.

ModulesĀ§

  • Defines structures and functions for Jupyter kernel connection information.
  • Provides types and utilities for working with rich media content in Jupyter messages.
  • Defines the core message types and structures for the Jupyter messaging protocol.

StructsĀ§

EnumsĀ§

  • Represents the different channels in the Jupyter messaging protocol.
  • An enumeration representing various Media types, otherwise known as MIME (Multipurpose Internet Mail Extensions) types. These types are used to indicate the nature of the data in a rich content message such as DisplayData, UpdateDisplayData, and ExecuteResult.
  • Payloads are a way to trigger frontend actions from the kernel. They are stated as deprecated, however they are in regular use via ? in IPython
  • All reply messages have a status field.
  • Represents the transport protocol used for Jupyter kernel communication.

TraitsĀ§

FunctionsĀ§

Type AliasesĀ§