Access metadata of un-initialized notebook#

from nbproject import meta
meta.store.id
'not initialized'
meta.store.time_init
'not initialized'
meta.store.version
'not initialized'
assert meta.store.id == "not initialized"
assert meta.store.time_init == "not initialized"
assert meta.store.version == "not initialized"
meta.live.time_run
'2023-04-16T04:55:54.105331+00:00'
meta.live.time_passed
0.017525
meta.live.consecutive_cells
🔶 Cells [(7, 9)] were not run consecutively.
False
meta.live.pypackage
{'nbproject': '0.8.4'}
meta.live.title
'Access metadata of un-initialized notebook'