`nrows` doesn't seem to do anything [here](https://sagecell.sagemath.org/?z=eJxzyMwrSS1KTC7h5UpJTVOI10i0LU7NSU0uyS_SSCotKcnPK7YNKSpN1VHIK8ovL7Y11lEoS8wpTS22jTbU0zM0MIjVUQBqTCzNKbE11NS04uVSAIKCIqCxGomaAPKtHiA=&lang=sage&interacts=eJyLjgUAARUAuQ==): ``` @interact def _(a=selector(buttons=True, nrows=3, values=[1..100], default=1)): print(a) ```