File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -335,4 +335,14 @@ recent commit.
335335 <caption >Repo from different points of view.</caption >
336336</figure >
337337 </section >
338+ <section xml : id =" sec-custom-codespaces" >
339+ <title >Custom Codespaces</title >
340+ <p >
341+ A key feature of Codespaces is that they can be customized by the use of a
342+ <c >.devcontainer.json</c > file (or <c >.devcontainer</c > directory). Such files describe
343+ the virtual machine that should be provisioned when creating a Codespace,
344+ allowing for the automatic installation of appropriate software/libraries/dependencies
345+ necessary for the use of a given repository.
346+ </p >
347+ </section >
338348</chapter >
Original file line number Diff line number Diff line change @@ -133,4 +133,13 @@ I've provided a
133133that you can upload to your Codespace to experiment with.
134134 </p >
135135 </section >
136+ <section xml : id =" sec-r-jupyter" >
137+ <title >Using R with Jupyter</title >
138+ <p >
139+ To use R instead of Python with your Jupyter notebook,
140+ a custom dev container (<xref ref =" sec-custom-codespaces" />)
141+ configured for R notebooks is available at
142+ <url href =" https://github.com/revodavid/devcontainers-rstudio" />.
143+ </p >
144+ </section >
136145</chapter >
You can’t perform that action at this time.
0 commit comments