ipypublish.sphinx.notebook.nodes module

class ipypublish.sphinx.notebook.nodes.AdmonitionNode(rawsource='', *children, **attributes)[source]

Bases: docutils.nodes.Element

A custom node for info and warning boxes.

class ipypublish.sphinx.notebook.nodes.CodeAreaNode(rawsource='', *children, **attributes)[source]

Bases: docutils.nodes.Element

Input area or output area of a Jupyter notebook code cell.

class ipypublish.sphinx.notebook.nodes.FancyOutputNode(rawsource='', *children, **attributes)[source]

Bases: docutils.nodes.Element

A custom node for non-code output of code cells.