I want to develop an interactive ipywidget; here I want to read the input as a matrix and compare it with another matrix I saved. How can I read a matrix?
Asked
Active
Viewed 178 times
1 Answers
0
I established an answer in an textarea.
widgets.Textarea( description='Matrix:',
)
Now I want to read from this textarea a matrix. How is it possible?

Brando
- 1