Hacker News new | ask | show | jobs
by audiodude 359 days ago
Is there any intrinsic reason why Jupyter Notebooks can't be imported? You don't know which code blocks to run?
1 comments

not really, you can just run the blocks one by one like `nbconvert --to script` does. Looks like https://pypi.org/project/importnb/ exists