Skip to content

Instantly share code, notes, and snippets.

@korakot
Last active May 15, 2021 02:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korakot/a80c04a1945b06e2f4a053f92fecfbf9 to your computer and use it in GitHub Desktop.
Save korakot/a80c04a1945b06e2f4a053f92fecfbf9 to your computer and use it in GitHub Desktop.
Using pygraphviz in Colab
# graphviz is installed already, but need lib too
!apt install libgraphviz-dev
!pip install pygraphviz
@korakot
Copy link
Author

korakot commented Mar 27, 2020

มีคนอธิบายว่า มี python library 3 ตัวต่างกัน graphviz, pygraphviz, pydot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment