Github repo cloud-examples: https://github.com/sagemath/cloud-examples
@interact def _(n=(5..100)): Poset(([1..n], lambda x, y: y%x == 0) ).show()