I am not sure this is a SageMath question, so I am asking for advice.
In some interactive code run in a Jupyter notebook, I have plenty of
show(html(…))
followed by
ans=input(…)
The problem is that too often, the prompt for input appears before the result of the preceding show, which is confusing.
Is this a known issue? Should I try to construct a MWE?
TIA,
Guillermo