flatsurf / sage-flatsurf

Flat surfaces in Sage
https://flatsurf.github.io/sage-flatsurf/
GNU General Public License v2.0
10 stars 10 forks source link

Example notebook on how to check some conjectures #167

Closed saraedum closed 1 year ago

saraedum commented 2 years ago

Fixes #141.

TODO
saraedum commented 1 year ago

@videlec it's been a while since we worked on this. Could you have a look and let me know what you think needs to be improved here?

videlec commented 1 year ago

The third cell containing

from ipyvue_flatsurf import Widget

cylinders = [c for c in D.components() if c.cylinder()]
Widget(cylinders)

does not appear as a cell but rather as part of a big text cell. Maybe it is intentional because of ipyvue-flatsurf/#62.

It is also the case for an other one using ipyvue_flatsurf

from ipyvue_flatsurf import Widget

Widget(D)
videlec commented 1 year ago

The number field used for the triangle has generator c which is confusing in this context as we have a, b, c for the angles...