Created
October 24, 2018 10:26
-
-
Save hoogenm/9f826e1bfa7ada56673e2266a3cb0302 to your computer and use it in GitHub Desktop.
gaphviz on Jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cell 1: | |
!conda install -y graphviz | |
Cell 2: | |
%load_ext graphviz | |
Cell 3 (example use): | |
%%dot | |
digraph { a->b ; a->c } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment