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 = None
live = Fields: consecutive_cells pypackage time_passed time_run title user_handle user_id user_name
store = Wrapper object for the stored metadata:   id='not initialized' version='not initialized' time_init='not initialized' pypackage=None parent=None user_handle=None user_id=None user_name=None

Methods