1

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.

Chuck
  • 1,061
  • 1
  • 20
  • 45
  • 1
    You may be interested in https://github.com/krassowski/nbpipeline (my own solution, it requires a bit of tinkering to get it to work but as far as I know it it the only tool which enables automatic generation) or Elyra pipelines (require manual specification). – krassowski Aug 21 '21 at 14:25
  • If you need help wit this one please let me know. – krassowski Aug 21 '21 at 14:25

0 Answers0