Skip to content

Commit 60e15fd

Browse files
authored
add info on custom codespaces and using R with jupyter (#37)
1 parent 868e092 commit 60e15fd

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

source/ch-coding.ptx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

source/ch-jupyter.ptx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,13 @@ I've provided a
133133
that 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>

0 commit comments

Comments
 (0)