Repositories for Private Development of Public Course Content
For course material development, some content such as homework solutions need to be kept private (at least temporarily). This note explains how two repositor...
Recently, a colleague pointed out that they would like to host R tutorial created with learnr
package for their students. In this post, I describe a way to host the tutorials that is suitable in a workshop-like setting.
learnr
Packagelearnr
is a package that creates a specialized Shiny apps for interactive tutorials. The difficulty in making use of learnr
in practice is that someone needs to host the Shiny apps. Immediate possibilities are
First and second options require instructor’s resource and time, and third option need students to invest time to setup the environment and run the tutorials themselves.
Binder is a flexible platform to reproduce a computational environment. You can read more about Binder on The Turing Way (an online book for research computing that I find super useful).
For example, Binder can start a Rstudio session with cloned contents of a GitHub repository, and start a Shiny app for you.
You can find two interactive tutorial examples in this learnr
template Github repository. You can clone the template repository and start creating your own learnr
tutorials that will run on Binder!
Below are the two Binder links from the template repository:
For course material development, some content such as homework solutions need to be kept private (at least temporarily). This note explains how two repositor...
Recently, a colleague pointed out that they would like to host R tutorial created with learnr package for their students. In this post, I describe a way to h...
In FY 2021 ASCR budget requests to the Congress, HP-CONCORD appeared as one of the program accomplishments. This is a part of the full budget request made by...
We received an NSF grant to train a new generation of data scientists through Central Coast Data Science Partnership! I feel privileged to be a part of the U...
Read the article about HP-CONCORD on NERSC Science News