Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add info on custom codespaces and using R with jupyter #37

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading