SantanderMetGroup / climate4R

An R Framework for Climate Data Access and Post-processing
130 stars 44 forks source link

Add MyBinder configuration #8

Closed nuest closed 3 years ago

nuest commented 4 years ago

Hi! I came across your repository and wanted to suggest that you add a MyBinder badge (https://mybinder.org/) to it - here is a configuration of Binder that allowed me to execute some chunks of the first example Rmd file. There are some quirks with the working directory, but I'm sure we can figure those out if you find MyBinder intriguing.

You may choose to install deps via conda, as you do in the Dockerfile. Let me know if you want to try that out or have any questions.

You can try out the Binder from my repo with this link: https://mybinder.org/v2/gh/nuest/climate4R/master?urlpath=%2Frstudio

zequihg50 commented 4 years ago

Hi @nuest , I have tested Binder and indeed is quite interesting. I have been reading the documentation and it's possible to use a Docker image to build the Binder so I think it's easier to reuse the Docker image that we already build. I have added a commit to the devel branch to test it.