It would be great if you allowed Ki, and any other assistant that is able to execute code to display graphs/videos to the user just by calling plt.show()
this could be done by implementing your own backend or using existing ones
see here
I guess it would be event better if the backend allowed for some amount of interaction.
Maybe for a first release, just display a generated png or video after the code executed.
But for later releases, it would be great to also be able to tweak parameters and see the graphs update live. But I believe this would be not easy to implement as it would mean the code interpreter would be non blocking and you'd have to change the way tool results are returned to the assistant...