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