We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29108e7 commit 68fda98Copy full SHA for 68fda98
1 file changed
NOTES.md
@@ -0,0 +1,21 @@
1
+# Build documentation
2
+
3
+Currently done locally.
4
+```
5
+cd book
6
+quarto render .
7
8
+Then push to GitHub
9
10
+## 2025-04-11
11
12
+* Adding IRkernel in Docker file. Added notes to developer section of documentation. Allows one to select R kernel in Jupyter Lab.
13
+* Updated to 4.4.3 as 4.4.2 no longer on rocker-org
14
15
+## 2025-02
16
17
+* Fixed problem with tex not building due to dead tinytex link
18
+* Fixed problem with Quarto + JupyterLab by pinning Quarto to 1.5.57. https://github.com/quarto-dev/jupyterlab-quarto/issues/13
19
+* Updated to 4.4.2
20
21
0 commit comments