I am teaching a few coding classes for which I’d like to make materials available to students, most notably a collection of Jupyter notebooks listing examples of code. GitHub is an excellent way of giving students access to Jupyter notebooks as it renders them so they can view them simply by browsing to the repo.
Now, preferably, I would like to make these materials only accessible to the students in my classroom or organization. I am all for sharing with the world, but this also comes at a risk. For example, if unintentionally some details about the students would slip into these materials.
Therefore, I was wondering:
Is it possible to have (a repository of) materials associated with a classroom/organization that are accessible only to the members of said classroom/organization?