nthiery / laby-jupyter

Laby-Jupyter: Learn programming, playing with ants and spider webs ;-) In Jupyter :-)
GNU General Public License v3.0
5 stars 3 forks source link

Avoid flicklering of the labyrinth #7

Closed nthiery closed 5 years ago

nthiery commented 5 years ago

Implementation: currently, the labyrinth is displayed as one HTML chunk, with a table and images in each cell. Instead, use a grid of Image widgets.

nthiery commented 5 years ago

Fixed by bfb15731cd7ebc632657db00373fd638d4020fc3

nthiery commented 5 years ago

The key was really to specify in the html the size of the images. Presumably the same could be achieved with the original single chunk of html approach.