Is there an automated way to generate a control flow graph from Python jupyter lab notebook? I see some other solutions like py2cfg and staticfg but they require a *.py file.
I suppose I could copy and paste into a *.py but figured it's worth asking. Thank you.