Created
November 14, 2018 00:19
-
-
Save none53/a53b76f90f5126d76a87e01806b61abb to your computer and use it in GitHub Desktop.
How to use pyplot with Google colab
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
| !apt-get -q install graphviz | |
| !pip install -q pydot-ng | |
| !pip install -q graphviz | |
| !pip install -q pydot3 | |
| import pydot_ng as pydot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment