Hello!
I am using webgui.Draw and scene.Redraw in jupyter notebook to visualize the progress of time dependent problems. I would like to draw several of such scenes side by side together with 2D plots (for example tracking the maximal temperature at the current time step).
Is it possible to do this in ngapp? Following the tutorial, I was only able to display the results of static problems but couldn’t achieve dynamic redrawing for time dependent problems.
Thank you