Skip to content

Commit

Permalink
add info on custom codespaces and using R with jupyter (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Aug 10, 2024
1 parent 868e092 commit 60e15fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/ch-coding.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,14 @@ recent commit.
<caption>Repo from different points of view.</caption>
</figure>
</section>
<section xml:id="sec-custom-codespaces">
<title>Custom Codespaces</title>
<p>
A key feature of Codespaces is that they can be customized by the use of a
<c>.devcontainer.json</c> file (or <c>.devcontainer</c> directory). Such files describe
the virtual machine that should be provisioned when creating a Codespace,
allowing for the automatic installation of appropriate software/libraries/dependencies
necessary for the use of a given repository.
</p>
</section>
</chapter>
9 changes: 9 additions & 0 deletions source/ch-jupyter.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,13 @@ I've provided a
that you can upload to your Codespace to experiment with.
</p>
</section>
<section xml:id="sec-r-jupyter">
<title>Using R with Jupyter</title>
<p>
To use R instead of Python with your Jupyter notebook,
a custom dev container (<xref ref="sec-custom-codespaces"/>)
configured for R notebooks is available at
<url href="https://github.com/revodavid/devcontainers-rstudio"/>.
</p>
</section>
</chapter>

0 comments on commit 60e15fd

Please sign in to comment.