nbflow
nbflow copied to clipboard
A tool that supports one-button reproducible workflows with the Jupyter Notebook and Scons.
Scons does not properly detect whether a notebook needs to be rebuilt when using the timeout option: `scons timout=360` Instead all notebooks will be rebuilt regardless if changes were made...
Currently, nbflow only supports scons, but there's not really any reason why it can't in principle support other build systems. For example, I could support [waf](https://waf.io/) and then there would...
Hello there! I like to use [pydoit](http://pydoit.org/) as my build system; it supports Python3 and is quite extensible. This PR adds a module to `nbflow` for pydoit. The folder `doit-example`...
Can nbflow detect dependencies that can't be generated by nbconvert? I have a use case for a notebook flow that has interaction early on. E.g., An interactive notebook (with a...