x3dom output breaks jupyter notebook when displaying mesh twice

Issue #769 resolved
Martin Sandve Alnæs created an issue

Try just cells:

from dolfin import *
mesh = UnitSquareMesh(1, 1)
mesh

and

mesh

to reproduce.

Comments (10)

  1. Prof Garth Wells

    Which browser? We've seen this before, and at the time it wasn't clear if it was a Jupyter or a browser bug.

  2. Martin Sandve Alnæs reporter

    Chromium on linux. @minrk had some idea about what dolfin might be doing wrong in the x3dom output.

  3. Martin Sandve Alnæs reporter

    Chromium devs have looked into the issue above and found it's a bug caused by including x3dom.js twice. @plscott @garth-wells can you try to figure out a way around that? And possibly file a bug with x3dom if it needs to be fixed there.

  4. Log in to comment