In [ ]:
#export
TEST = 'test'
In [ ]:
!python notebook2script.py 00_exports.ipynb
In [ ]:
import json
d = json.load(open('00_exports.ipynb','r'))['cells']
In [ ]:
d[0]
In [ ]: