From 60e15fd80a424caee8bbca8c649612411030c1a4 Mon Sep 17 00:00:00 2001
From: Steven Clontz
Date: Sat, 10 Aug 2024 00:32:40 -0400
Subject: [PATCH] add info on custom codespaces and using R with jupyter (#37)
---
source/ch-coding.ptx | 10 ++++++++++
source/ch-jupyter.ptx | 9 +++++++++
2 files changed, 19 insertions(+)
diff --git a/source/ch-coding.ptx b/source/ch-coding.ptx
index b4b55c4..5127cf9 100644
--- a/source/ch-coding.ptx
+++ b/source/ch-coding.ptx
@@ -335,4 +335,14 @@ recent commit.
Repo from different points of view.
+
+ Custom Codespaces
+
+A key feature of Codespaces is that they can be customized by the use of a
+.devcontainer.json file (or .devcontainer 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.
+
+
\ No newline at end of file
diff --git a/source/ch-jupyter.ptx b/source/ch-jupyter.ptx
index 97ae807..3981c7f 100644
--- a/source/ch-jupyter.ptx
+++ b/source/ch-jupyter.ptx
@@ -133,4 +133,13 @@ I've provided a
that you can upload to your Codespace to experiment with.
+
+ Using R with Jupyter
+
+To use R instead of Python with your Jupyter notebook,
+a custom dev container ()
+configured for R notebooks is available at
+.
+
+
\ No newline at end of file