RCloud is an environment for collaboratively creating and sharing data analysis scripts. RCloud lets you mix analysis code in R, HTML5, Markdown, Python, and others.
The rcloud.jupyter.notebooks package provides an extension to import and export Jupyter notebooks in RCloud.
- Install this package on RCloud, using
devtools::install_github(), orinstall-github.me:source("https://github.com/MangoTheCat/rcloud.jupyter.notebooks") - In the RCloud Settings menu, in the Enable Extensions line, add
rcloud.jupyter.notebooks, so that the package is loaded automatically. - Reload RCloud in the browser. This loads the package, and you should have the Import as Jupyter Notebook and Export as Jupyter Notebook items added int the Advanced menu on the top.
Choose the Import as Jupyter Notebook item from the Advanced menu and then select the .ipynb file to import from your computer.
or
Choose the Export as Jupyter Notebook item from the Advanced menu and the current RCloud notebook will be exported.