sanbales / pymbe

A project to experiment with and validate semantics for KerML and SysML v2
GNU General Public License v3.0
4 stars 1 forks source link

Use better ipyelk capabilities #1

Closed sanbales closed 3 years ago

sanbales commented 3 years ago

Look at Compounds Experiment notebook and use that approach for drawing the diagrams, leveraging the contrib.library.block.

Review other ideas in the ipyelk.contrib.library, and ipyelk.contrib.elements

sanbales commented 3 years ago

Started working on this, but the .contrib capabilities in ipyelk need some TLC. May need to replicate this and modify them in pymbe to avoid having to request a new ipyelk release.

Key issues with the current ipyelk.contrib:

sanbales commented 3 years ago

Most of this is done in 0.11.0, but we'll have to do more once 2.0.0 is released