I would like to use okgrade with R in Jupyter - how I start to move forward on this and make this possible?
Some naive ideas I have started to play with include using reticulate (an R package that lets you call Python from R) to import okgrade and call the grade function. And then to use the rpy2 library to call R from Python for the tests in the .py files in tests directory. This seems like a hacky workaround which is less than ideal... Any help/ideas would be appreciated!
I would like to use okgrade with R in Jupyter - how I start to move forward on this and make this possible?
Some naive ideas I have started to play with include using
reticulate(an R package that lets you call Python from R) to importokgradeand call thegradefunction. And then to use therpy2library to call R from Python for the tests in the.pyfiles intestsdirectory. This seems like a hacky workaround which is less than ideal... Any help/ideas would be appreciated!