-
Notifications
You must be signed in to change notification settings - Fork 1
R and MATLAB integration #98
Copy link
Copy link
Open
Description
To quickly use Python objects from thebeat in other programming languages there's a few (very easy) options that would be good to include in the documentation:
MATLAB
- Very easy, one can simply use
py.thebeat.Sequence([20, 30])etc., only tiny caveat is that the objects have to be converted to MATLAB objects manually. This even works for pandas dataframes (convert using table()) etc.
R/Python
- Using reticulate to get Python > R. Also supports dataframes etc.
- Using a Jupyter notebook to get R > Python using rpy2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels