Open j3mdamas opened 6 years ago
Interesting, do you have a minimal example reproducing the issue so we can research into it? Also, which RISE version are you using?
5.2.0
I have complex examples with our software. This one has this problem: https://raw.githubusercontent.com/Acellera/htmd/1.11.2/tutorials/protein-preparation.ipynb
Do you want me to devise a simpler example?
Do you want me to devise a simpler example?
It would be great if you can provide a minimal example showing the issue, to avoid complex interactions that could cover what's happening under the hood.
ok @damianavila, I'll try to device two examples, one for the logging, and another for the Widget.
Thanks for looking into this.
Following from this issue: https://github.com/damianavila/RISE/issues/188
The automatic recentering from generated outputs is working great for text prints and images, but I'm having problems with:
logging
outputs, those do not work for the recentering (unless there's another type of print, which correctly recenters)NGLWidget
, the recentering does not work.Just as a note, changing slide and coming back does the vertical recentering, it is just not done on the fly, with the code running.
Any clue?