3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
87 stars 41 forks source link

pop-up browser not working #72

Closed LeahLeelah closed 2 years ago

LeahLeelah commented 2 years ago

I have just downloaded SnapPy on my windows computer and tried using the Manifold.browse command but no pop-up comes up. I just get the following message in brackets:

function Manifold.browse

NathanDunfield commented 2 years ago

I think the problem is that you need to call the function by adding () at the end:

In [1]: M = Manifold('m004')

In [2]: M.browse()

Does it work if you do that?

LeahLeelah commented 2 years ago

Thank you so much!! It worked. I am very new at this. Thank you thank you! Much appreciated.

NathanDunfield commented 2 years ago

Glad to hear it, closing this ticket.