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