Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个交互式 ipywidget;在这里,我想将输入读取为矩阵并将其与我保存的另一个矩阵进行比较。如何读取矩阵?
我在文本区域中建立了答案。
小部件.Textarea(描述='矩阵:',
)
现在我想从这个 textarea 中读取一个矩阵。这怎么可能?