spot/tests/python
Alexandre Duret-Lutz 3034e8fcc3 python: render <svg> via _repr_html_
Work around a recent decision in Jupyter Lab and Notebook to render
<svg> is inline <img>, breaking tooltips or text selection.

(Rerendering all notebooks was painful.)

* NEWS: Mention the change.
* python/spot/__init__.py: Add a _repr_html_ method to all
classes that had a _repr_svg_.  It seems Jupyter will use
_repr_html_ by default.
* python/spot/jupyter.py: SVG replace the _repr_svg_ method
by a _repr_html.
* tests/python/_altscc.ipynb, tests/python/_autparserr.ipynb,
tests/python/_aux.ipynb, tests/python/_mealy.ipynb,
tests/python/_partitioned_relabel.ipynb,
tests/python/_product_susp.ipynb, tests/python/_product_weak.ipynb,
tests/python/_synthesis.ipynb, tests/python/aliases.ipynb,
tests/python/alternation.ipynb, tests/python/atva16-fig2a.ipynb,
tests/python/atva16-fig2b.ipynb, tests/python/automata-io.ipynb,
tests/python/automata.ipynb, tests/python/cav22-figs.ipynb,
tests/python/contains.ipynb, tests/python/decompose.ipynb,
tests/python/formulas.ipynb, tests/python/games.ipynb,
tests/python/gen.ipynb, tests/python/highlighting.ipynb,
tests/python/ltsmin-dve.ipynb, tests/python/ltsmin-pml.ipynb,
tests/python/parity.ipynb, tests/python/product.ipynb,
tests/python/randaut.ipynb, tests/python/satmin.ipynb,
tests/python/stutter-inv.ipynb, tests/python/synthesis.ipynb,
tests/python/testingaut.ipynb, tests/python/twagraph-internals.ipynb,
tests/python/word.ipynb, tests/python/zlktree.ipynb: Update all
notebooks.
2024-02-09 15:06:07 +01:00
..
.gitignore Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
298.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
341.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
471.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
_altscc.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_autparserr.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_aux.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_mealy.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_partitioned_relabel.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_product_susp.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_product_weak.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_synthesis.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
_word.ipynb python: remove error recovery checks from the public notebooks 2018-01-07 16:22:46 +01:00
acc.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
acc_cond.ipynb notebooks: correction of typos 2023-09-26 11:56:26 +02:00
accparse.ipynb python: more conventional __repr__ for several types 2018-11-03 07:53:26 +01:00
accparse2.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
acd.py postproc: fix default for acd and interaction with colored 2024-02-06 14:09:42 +01:00
aiger.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
alarm.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
aliases.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
aliases.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
alternating.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
alternation.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
atva16-fig2a.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
atva16-fig2b.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
automata-io.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
automata.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
bdddict.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
bdditer.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
bddnqueen.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
bugdet.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
cav22-figs.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
complement_semidet.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
contains.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
dbranch.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
declenv.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
decompose.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
decompose_scc.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
det.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
dualize.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ecfalse.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
except.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
formulas.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
forq_contains.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
game.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
games.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
gen.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
gen.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
genem.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
highlighting.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
implies.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
interdep.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
intrun.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ipnbdoctest.py adjust to Swig 4.1.0 2022-11-10 17:08:30 +01:00
kripke.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
langmap.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ltl2tgba.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ltl2tgba.test Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ltlf.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ltlparse.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ltlsimple.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
ltsmin-dve.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
ltsmin-pml.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
mealy.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
merge.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
mergedge.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
minato.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
misc-ec.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
optionmap.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
origstate.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
otfcrash.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
parity.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
parity.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
parsetgba.py more doc handling of prop_universal for fused initial states 2024-02-09 10:11:58 +01:00
pdegen.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
powerset.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
prodexpt.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
product.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
randaut.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
randgen.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
randltl.ipynb Notebooks: correct typos 2021-11-06 11:56:05 +01:00
relabel.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
remfin.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
removeap.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
rs_like.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
safety.py strength: generalize is_safety_automaton to any type of automata 2023-12-16 00:34:58 +01:00
satmin.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
satmin.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
sbacc.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
sccfilter.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
sccinfo.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
sccsplit.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
semidet.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
setacc.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
setxor.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
simplacc.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
simstate.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
sonf.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
split.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
splitedge.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
streett_totgba.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
streett_totgba2.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
stutter-inv.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
stutter.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
sum.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
synthesis.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
synthesis.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
testingaut.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
toparity.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
toweak.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
tra2tba.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
trival.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
twagraph-internals.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
twagraph.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
word.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
zlktree.ipynb python: render <svg> via _repr_html_ 2024-02-09 15:06:07 +01:00
zlktree.py Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00