Google Colab: Difference between revisions
| (2 intermediate revisions by the same user not shown) | |||
| Line 22: | Line 22: | ||
===Workarounds===  | ===Workarounds===  | ||
* Use [[Rclone]] or [https://pypi.org/project/PyDrive/]  | * Use [[Rclone]] or [https://pypi.org/project/PyDrive/ PyDrive]  | ||
==R Runtime==  | |||
[https://stackoverflow.com/questions/54595285/how-to-use-r-with-google-colaboratory how to use r with google colab]<br>  | |||
There are two ways to do this:  | |||
* Use <code>%load_ext rpy2.ipython</code> to enable R and add <code>%%R</code> to each R cell.  | |||
* Use [https://colab.to/r colab.to/r]  | |||
==Colab Pro==  | ==Colab Pro==  | ||