python: add a %%pml magic
Fixes #162. * python/spot/ltsmin.i: Implement the magic. * NEWS: Mention it. * tests/python/ltsmin-pml.ipynb: New file. * tests/Makefile.am, doc/org/tut.org: Add it. * tests/python/ipnbdoctest.py: Adjust.
This commit is contained in:
parent
a7e4395f9d
commit
272daf62fc
6 changed files with 564 additions and 14 deletions
5
NEWS
5
NEWS
|
|
@ -65,6 +65,11 @@ New in spot 2.0.1a (not yet released)
|
|||
|
||||
* Bindings for language_containment_checker were added.
|
||||
|
||||
* Under IPython the spot.ltsmin modules nows offers a
|
||||
%%pml magic do define promela models, compile them
|
||||
with spins, and dynamically load them. This is
|
||||
akin to the %%dve magic that was already supported.
|
||||
|
||||
Documentation:
|
||||
|
||||
* A new example page shows how to test the equivalence of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue