Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbformat.notebooknode

NotebookNode - adding attribute access to dicts

1 Class

class IPython.nbformat.notebooknode.NotebookNode(*args, **kw)

Bases: IPython.utils.ipstruct.Struct

A dict-like node with attribute-access

1 Function

IPython.nbformat.notebooknode.from_dict(d)

Convert dict to dict-like NotebookNode

Recursively converts any dict in the container to a NotebookNode