nbproject.meta#

class nbproject.meta#

Bases: object

Access meta.store and meta.live.

  • meta.store - nbproject metadata of the ipynb file, see MetaStore

  • meta.live - execution info and properties derived from notebook content, see MetaLive

meta is a static class and behaves like a module (no need to initialize it).

Attributes

env NoneType#
live MetaLive#
store MetaStore#