python: introduce spot.jupyter.display_inline()

* python/spot/jupyter.py: New file.
* python/Makefile.am: Add it.
* tests/python/product.ipynb: Use it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-04 15:27:51 +02:00
parent b0b431a5a4
commit 58d9a12495
4 changed files with 1131 additions and 993 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
## Copyright (C) 2010, 2011, 2013-2017 Laboratoire de Recherche
## Copyright (C) 2010, 2011, 2013-2018 Laboratoire de Recherche
## et Development de l'Epita (LRDE).
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
@ -41,6 +41,7 @@ nobase_python_PYTHON = \
spot/impl.py \
spot/ltsmin.py \
spot/gen.py \
spot/jupyter.py \
buddy.py
nobase_pyexec_LTLIBRARIES = _buddy.la spot/_impl.la \
spot/_ltsmin.la spot/_gen.la