I am trying to use ipycanvas in Jupyter notebook (https://ipycanvas.readthedocs.io/en/latest/). It is working fine. However, Jupyter notebook scroll down when you add new "section". If the canvas object is displayed above, and when you want to manipulate the canvas object in sections that are at the bottom, you cannot see the update since you need to scroll up.
I want to do something similar as to showing pandas dataframe in separate tab (display pandas dataframe into another tab). Is there any tools or jupyter-lab plug-in to do that?