audiodude parent
Is there any intrinsic reason why Jupyter Notebooks can't be imported? You don't know which code blocks to run?
not really, you can just run the blocks one by one like `nbconvert --to script` does. Looks like https://pypi.org/project/importnb/ exists