python: add a show= keyword to display_inline()

* python/spot/jupyter.py: Here.
* tests/python/alternation.ipynb: Use it.
* NEWS: Mention the above notebook as usage example.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-11 14:58:55 +02:00
parent 60898b6d22
commit 9361bd9401
3 changed files with 15 additions and 10 deletions

4
NEWS
View file

@ -72,7 +72,9 @@ New in spot 2.5.3.dev (not yet released)
Python:
- New spot.jupyter package. This currently contains a function for
displaying several argument side by side in a Jupyter notebook.
displaying several arguments side by side in a Jupyter notebook.
See https://spot.lrde.epita.fr/ipynb/alternation.html for some
examples.
Bugs fixed: