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
'2024-02-28T16:55:50.465813+00:00'
meta.live.time_passed
0.007426
meta.live.consecutive_cells
❗ cells [(7, 9)] were not run consecutively
False
meta.live.pypackage
{'nbproject': '0.10.1'}
meta.live.title
'Access metadata of un-initialized notebook'