First time here? Check out the FAQ!
answered 2015-10-21 23:14:19 +0100
I just tried this more or less from the documentation and it worked on the cell server.
@interact def _(m = input_grid(2,2, default = [[1,7],[3,4]], label='M=', to_value=matrix)): print m print m.eigenvalues()