Probably this last email was not very informative.
here is the type of things that I have tried, in a Jupyter notebook (which maybe is a problem...):
t.render("%%inline", tree_style=ts)
works and displays the tree.
I tried to store the output of render:
coord = t.render("%%inline", tree_style=ts)
But then I don't know what to do with it... I have seen it is a IPython.core.display.Image, but calling imshow on it does not work. And I don't know how to get the coordinates of nodes out of coord...
Again, sorry I'm so slow, and thanks very much!
Bastien