12. Complexity AssessmentΒΆ
This notebook demonstrates how to use / view the model complexity badge for a Capella model.
[1]:
from IPython.display import SVG
import capellambse
[2]:
path_to_model = "../../../tests/data/models/test7_0/Model Test 7.0.aird"
model = capellambse.MelodyModel(path_to_model)
SVG(model.description_badge)
[2]: