Last active
July 22, 2021 13:31
-
-
Save sng2c/a6ac0a66410e931f577ec923355d0e88 to your computer and use it in GitHub Desktop.
Revisions
-
sng2c renamed this gist
Jul 22, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sng2c created this gist
Jul 22, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ !pip install plantuml import plantuml from IPython.display import Image _puml = plantuml.PlantUML('http://www.plantuml.com/plantuml/img/') def puml(s): return Image(_puml.processes(s))