Skip to content

Instantly share code, notes, and snippets.

@sng2c
Last active July 22, 2021 13:31
Show Gist options
  • Save sng2c/a6ac0a66410e931f577ec923355d0e88 to your computer and use it in GitHub Desktop.
Save sng2c/a6ac0a66410e931f577ec923355d0e88 to your computer and use it in GitHub Desktop.
plantuml.ipynb
!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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment