Skip to content

dgoon/umlmagic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

umlmagic

IPython notebook magic to draw UML diagram.

Sample

Requirement

This extension uses plantuml. Plantuml is written in java and depends on graphviz. You can install graphviz with this command in ubuntu/debian:

$ [sudo] apt-get install graphviz

Install

%install_ext https://raw.github.com/dgoon/umlmagic/master/umlmagic.py

Cell magic

Try this:

%%uml

@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml

About

IPython notebook extension to draw uml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages