@interact : Fix the default rendering
I have created the following interact.
It plots the partial sums of a series up to N, et prints out the last one.
The default rendering yields a DeprecationWarning and does not show the partial sum value. When you update the data, the rendering is fine.
How can I fix this?