Skip to content

Instantly share code, notes, and snippets.

@hoogenm
Created October 24, 2018 10:26
Show Gist options
  • Save hoogenm/9f826e1bfa7ada56673e2266a3cb0302 to your computer and use it in GitHub Desktop.
Save hoogenm/9f826e1bfa7ada56673e2266a3cb0302 to your computer and use it in GitHub Desktop.
gaphviz on Jupyter
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