diff --git a/.nojekyll b/.nojekyll index 64e6c8f..edccb0c 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -ea03e0a1 \ No newline at end of file +a9dae7a5 \ No newline at end of file diff --git a/01-technical-background.html b/01-technical-background.html index 0bf0bd8..60d9f5b 100644 --- a/01-technical-background.html +++ b/01-technical-background.html @@ -365,7 +365,7 @@ }; // Store cell data -globalThis.qwebrCellDetails = [{"options":{"out-width":"700px","editor-font-scale":"1","context":"interactive","read-only":"false","classes":"","message":"true","results":"markup","fig-width":7,"autorun":"false","output":"true","dpi":72,"warning":"true","editor-max-height":"","fig-height":5,"comment":"","fig-cap":"","out-height":"","editor-quick-suggestions":"false","editor-word-wrap":"true","label":"unnamed-chunk-1"},"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","id":1},{"options":{"out-width":"700px","editor-font-scale":"1","context":"interactive","read-only":"false","classes":"","message":"true","results":"markup","fig-width":7,"autorun":"false","output":"true","dpi":72,"warning":"true","editor-max-height":"","fig-height":5,"comment":"","fig-cap":"","out-height":"","editor-quick-suggestions":"false","editor-word-wrap":"true","label":"unnamed-chunk-2"},"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","id":2}]; +globalThis.qwebrCellDetails = [{"id":1,"code":"lambda = 1\nx <- seq(0, 10, by = 0.1)\ny <- dexp(x, rate = lambda)\nplot(x, y, type ='l')","options":{"fig-cap":"","editor-quick-suggestions":"false","message":"true","comment":"","out-height":"","autorun":"false","label":"unnamed-chunk-1","read-only":"false","classes":"","context":"interactive","fig-height":5,"editor-word-wrap":"true","out-width":"700px","dpi":72,"output":"true","results":"markup","warning":"true","fig-width":7,"editor-font-scale":"1","editor-max-height":""}},{"id":2,"code":"alpha = 1\nbeta = 1\ny = dweibull(x, shape = alpha, scale = beta)\nplot(x, y, type = 'l')","options":{"fig-cap":"","editor-quick-suggestions":"false","message":"true","comment":"","out-height":"","autorun":"false","label":"unnamed-chunk-2","read-only":"false","classes":"","context":"interactive","fig-height":5,"editor-word-wrap":"true","out-width":"700px","dpi":72,"output":"true","results":"markup","warning":"true","fig-width":7,"editor-font-scale":"1","editor-max-height":""}}];