You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tool that supports one-button reproducible workflows with the Jupyter Notebook and Scons. Note: this currently only supports Python kernels.
UPDATE: Scons >= 3.0.0 now supports Python 3 so Python 2 isn't needed anymore! Now Nbflow and Scons are both Python 2 and 3 compatible so you can choose whichever you want.
The actual version of Scons (3.0.1) currently supports Python >= 3.5, which is the default in Ubuntu 16.04
You need a SConstruct file in the root of you analysis directory. In this
SConstruct file you will need to import nbflow and use it to setup your scons
environment, e.g.:
The second argument of the setup command takes a list of folder names that
contain analysis notebooks.
Running nbflow
Once you have setup your analysis notebooks and your SConstruct file, you can
run your notebooks by just running the scons command from the root of your
analysis directory.
About
A tool that supports one-button reproducible workflows with the Jupyter Notebook and Scons.