top | item 44323753 (no title) audiodude | 8 months ago Is there any intrinsic reason why Jupyter Notebooks can't be imported? You don't know which code blocks to run? discuss order hn newest make3|8 months ago not really, you can just run the blocks one by one like `nbconvert --to script` does. Looks like https://pypi.org/project/importnb/ exists
make3|8 months ago not really, you can just run the blocks one by one like `nbconvert --to script` does. Looks like https://pypi.org/project/importnb/ exists
make3|8 months ago