A database of snappy manifolds for use with the SnapPy library. Current version 1.4 expands OrientableCuspedCensus and CensusKnots to include all 10-tetrahedra manifolds and adds the RibbonLinks census. Maintained by the 3-manifolds community.
pip install snappy-manifoldsVerified import paths — ran on the pinned version, not inferred.
Load the first manifold from the orientable cusped census and print its name and volume.
If your code depends on specific indices (e.g., orientable_cusped_census[100]), verify the new ordering and update accordingly.
Use the current census names as listed in the documentation.
Use e.g. 'from snappy_manifolds.link_exteriors import LinkExteriors' instead of relying on the top-level package.