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