Skip to content

Instantly share code, notes, and snippets.

@sng2c
Last active July 22, 2021 13:31
Show Gist options
  • Select an option

  • Save sng2c/a6ac0a66410e931f577ec923355d0e88 to your computer and use it in GitHub Desktop.

Select an option

Save sng2c/a6ac0a66410e931f577ec923355d0e88 to your computer and use it in GitHub Desktop.

Revisions

  1. sng2c renamed this gist Jul 22, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. sng2c created this gist Jul 22, 2021.
    7 changes: 7 additions & 0 deletions plantuml.ipynb
    Original 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))