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-10-16T16:57:04.975261+00:00'
meta.live.time_passed
0.008014
meta.live.consecutive_cells
! cells [(7, 9)] were not run consecutively
False
meta.live.pypackage
{'nbproject': '0.10.5'}
meta.live.title
'Access metadata of un-initialized notebook'