Dataflow Kernel

This is a Dataflow Kernel for Python made for use with Jupyter Notebook, it encourages the use of writing reproducible code.

The project relies on recursive dependency calculation, it also allows for the use of dependency introspection between cells. All data is shown in a computational graph so that dependencies between computational cells can be viewed and explored.

Main project link

Related Projects that I’ve worked on:
Dfconvert - A project created to convert Notebooks back to IPython Notebooks
Dfexamples - A repository to allow users to interact with several example Notebooks written for the Dataflow Kernel