Skip to content

Commit

Permalink
Merge branch 'main' into StevenClontz/20240808
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored Aug 10, 2024
2 parents b7e97c8 + 60e15fd commit def9ed2
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 @@ -365,4 +365,14 @@ every 30 minutes).
</p>
</remark>
</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 @@ -144,4 +144,13 @@ how to beef up your Codespace with more resources, should you
need to crunch a particularly large dataset.
</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 def9ed2

Please sign in to comment.