damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.69k stars 416 forks source link

Vertical re-centering with widgets and logging outputs #362

Open j3mdamas opened 6 years ago

j3mdamas commented 6 years ago

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:

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?

damianavila commented 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?

j3mdamas commented 6 years ago

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?

damianavila commented 6 years ago

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.

j3mdamas commented 6 years ago

ok @damianavila, I'll try to device two examples, one for the logging, and another for the Widget.

Thanks for looking into this.