You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PyCall I can just do a Matrix(data) , but with PythonCall there doesn't seem to be a method available for converting a python list of lists into a matrix.
The text was updated successfully, but these errors were encountered:
With
PyCall
I can just do aMatrix(data)
, but with PythonCall there doesn't seem to be a method available for converting a python list of lists into a matrix.The text was updated successfully, but these errors were encountered: