This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes visualize driver functions to return graphviz object (#286)
* Changes visualize driver functions to return graphviz object This change is backwards compatible. It returns and wires through returning the graphviz object created. That way in a notebook, it can render the DAG for you. It also makes saving to a file optional -- you just need to pass in None explicitly. Adds test for it. The hello world example is also updated with a real notebook and shows Thierry Jean's approach of using the autoreload extensions. * Adds one more assert to test
- Loading branch information