j1-template 2022.4.1 → 2022.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +1 -1
  5. data/assets/themes/j1/adapter/js/nbinteract.js +11 -0
  6. data/assets/themes/j1/modules/bokeh/README.md +380 -0
  7. data/assets/themes/j1/modules/bokeh/js/v2.4.3/bokeh.min.js +596 -0
  8. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.css +7 -0
  9. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.min.css +1 -1
  10. data/assets/themes/j1/modules/vega/js/vega/LICENSE +27 -0
  11. data/assets/themes/j1/modules/vega/js/vega/README.md +42 -0
  12. data/assets/themes/j1/modules/vega/js/vega/vega-core.js +34550 -0
  13. data/assets/themes/j1/modules/vega/js/vega/vega-core.min.js +2 -0
  14. data/assets/themes/j1/modules/vega/js/vega/vega-core.min.js.map +1 -0
  15. data/assets/themes/j1/modules/vega/js/vega/vega.js +49095 -0
  16. data/assets/themes/j1/modules/vega/js/vega/vega.min.js +2 -0
  17. data/assets/themes/j1/modules/vega/js/vega/vega.min.js.map +1 -0
  18. data/assets/themes/j1/modules/vega/js/vega-embed/LICENSE +27 -0
  19. data/assets/themes/j1/modules/vega/js/vega-embed/README.md +230 -0
  20. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js +6607 -0
  21. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js.map +1 -0
  22. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.min.js +21 -0
  23. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.min.js.map +1 -0
  24. data/assets/themes/j1/modules/vega/js/vega-lite/LICENSE +27 -0
  25. data/assets/themes/j1/modules/vega/js/vega-lite/README.md +34 -0
  26. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite-schema.json +30999 -0
  27. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.js +24585 -0
  28. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.js.map +1 -0
  29. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.min.js +2 -0
  30. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.min.js.map +1 -0
  31. data/lib/j1/version.rb +1 -1
  32. data/lib/starter_web/Gemfile +1 -1
  33. data/lib/starter_web/_config.yml +1 -1
  34. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -1
  35. data/lib/starter_web/_data/modules/navigator_menu.yml +40 -23
  36. data/lib/starter_web/_data/modules/nbinteract.yml +314 -295
  37. data/lib/starter_web/_data/resources.yml +101 -0
  38. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  39. data/lib/starter_web/assets/images/modules/attics/wrongtog-1920x1280.jpg +0 -0
  40. data/lib/starter_web/assets/images/modules/attics/yellow-cactus-1920x1280.jpg +0 -0
  41. data/lib/starter_web/assets/images/modules/icons/bokeh/bokeh-32x32.ico +0 -0
  42. data/lib/starter_web/assets/images/modules/icons/bokeh/bokeh.ico +0 -0
  43. data/lib/starter_web/assets/images/modules/icons/bokeh/logo-160x160.png +0 -0
  44. data/lib/starter_web/package.json +1 -1
  45. data/lib/starter_web/pages/public/jupyter/examples/{j1-circular-times-table.adoc → distributed/j1-circular-times-table.adoc} +7 -2
  46. data/lib/starter_web/pages/public/jupyter/examples/{j1-interactive-widgets.adoc → distributed/j1-common-used-widgets.adoc} +14 -6
  47. data/lib/starter_web/pages/public/jupyter/examples/{j1-odes-in-python.adoc → distributed/j1-odes-in-python.adoc} +7 -2
  48. data/lib/starter_web/pages/public/jupyter/examples/{j1_climate-change-forecast.adoc → localized/j1_climate-change-forecast.adoc} +10 -5
  49. data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +239 -0
  50. data/lib/starter_web/pages/public/learn/where_to_go.adoc +23 -7
  51. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  52. data/lib/starter_web/utilsrv/package.json +1 -1
  53. metadata +35 -30
  54. data/lib/starter_web/pages/public/jupyter/docs/_includes/attributes.asciidoc +0 -58
  55. data/lib/starter_web/pages/public/jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +0 -232
  56. data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +0 -563
  57. data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +0 -465
  58. data/lib/starter_web/pages/public/jupyter/docs/nbinteract-doc.adoc +0 -473
  59. data/lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc +0 -94
  60. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +0 -12387
  61. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +0 -1058
  62. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +0 -14478
  63. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +0 -738
  64. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +0 -14478
  65. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +0 -15227
  66. data/lib/starter_web/pages/public/jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  67. data/lib/starter_web/pages/public/jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  68. data/lib/starter_web/pages/public/jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  69. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +0 -247
  70. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +0 -323
  71. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -387
  72. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +0 -185
  73. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +0 -384
  74. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +0 -254
  75. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +0 -732
  76. data/lib/starter_web/pages/public/jupyter/services/binderhub.adoc +0 -564
  77. data/lib/starter_web/pages/public/jupyter/services/jupyterhub.adoc +0 -244
@@ -1,295 +1,314 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/nbinteract.yml
3
- # User configuration for J1 NBI
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2022 Juergen Adams
9
- #
10
- # J1 Template is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
- # ------------------------------------------------------------------------------
13
-
14
- # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
16
- #
17
- description:
18
-
19
- title: J1 NBI
20
- scope: User settings
21
- location: _data/modules/nbinteract.yml
22
-
23
- # ------------------------------------------------------------------------------
24
- # User configuration settings
25
- #
26
- settings:
27
-
28
- # TEXTBOOK settings
29
- # ----------------------------------------------------------------------------
30
-
31
- # enabled
32
- # ------------------------------------------------------------------------------
33
- # Enables|Disables the use of a notebook. If disabled, no J1 adapter
34
- # setting are generated for this Jupyter Notebook.
35
- #
36
- # values: boolean (true|false)
37
- # default: true
38
- #
39
- # ----------------------------------------------------------------------------
40
- #
41
- # id
42
- # ----------------------------------------------------------------------------
43
- # The id of a notebook that is used by the Asciidoc extension
44
- # notebook::<id>[] to place the HTML portion for the HTML code
45
- # of an exported Jupyter Notebook.
46
- #
47
- # values: string
48
- # default: no default
49
- #
50
- # ----------------------------------------------------------------------------
51
- #
52
- # xhr_data
53
- # ----------------------------------------------------------------------------
54
- # The name of the exported HTML data file of a Jupyter Notebook.
55
- #
56
- # values: string
57
- # default: no default
58
- #
59
- # ----------------------------------------------------------------------------
60
- #
61
- # xhr_data_path
62
- # ----------------------------------------------------------------------------
63
- # The (data) path the Jupyter Notebook is exported.
64
- #
65
- # values: path
66
- # default: no default
67
- #
68
- # ----------------------------------------------------------------------------
69
- #
70
- # use_mathjax
71
- # ----------------------------------------------------------------------------
72
- # This is a per notebook setting to enable mathjax processing. In general
73
- # 'nbi_init_mathjax' from default settings are be set to 'true' (enabled).
74
- #
75
- # values: boolean (true|false)
76
- # default: false
77
- #
78
- # ----------------------------------------------------------------------------
79
- #
80
- textbooks:
81
-
82
- # --------------------------------------------------------------------------
83
- # Textbooks for testing
84
- # --------------------------------------------------------------------------
85
-
86
- # --------------------------------------------------------------------------
87
- # climate-change-forecast (static notebook)
88
- #
89
- - textbook:
90
- enabled: true
91
-
92
- id: j1_climate_change_forecast
93
- xhr_data: j1_climate_change_forecast.html
94
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
95
- use_mathjax: true
96
-
97
- # --------------------------------------------------------------------------
98
- # interactive widget types
99
- #
100
- - textbook:
101
- enabled: true
102
-
103
- id: j1_interactive_widgets
104
- xhr_data: j1_interactive_widgets.html
105
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
106
- use_mathjax: false
107
-
108
- # --------------------------------------------------------------------------
109
- # odes_in_python
110
- #
111
- - textbook:
112
- enabled: true
113
-
114
- id: j1_docs_example_dynamic
115
- xhr_data: j1_docs_example_dynamic.html
116
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
117
- use_mathjax: true
118
-
119
- # --------------------------------------------------------------------------
120
- # j1_circular_times_table
121
- #
122
- - textbook:
123
- enabled: true
124
-
125
- id: j1_circular_times_table
126
- xhr_data: j1_circular_times_table.html
127
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
128
- use_mathjax: false
129
-
130
- # --------------------------------------------------------------------------
131
- # odes_in_python
132
- #
133
- - textbook:
134
- enabled: true
135
-
136
- id: j1_odes_in_python
137
- xhr_data: j1_odes_in_python.html
138
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
139
- use_mathjax: true
140
-
141
-
142
- # --------------------------------------------------------------------------
143
- # J1 NBI Docs
144
- # --------------------------------------------------------------------------
145
-
146
- # --------------------------------------------------------------------------
147
- # Example dynamic textbook
148
- #
149
- - textbook:
150
- enabled: true
151
-
152
- id: j1_docs_example_dynamic
153
- xhr_data: j1_docs_example_dynamic.html
154
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
155
- use_mathjax: false
156
-
157
-
158
- # --------------------------------------------------------------------------
159
- # NbInteract Docs
160
- # --------------------------------------------------------------------------
161
-
162
- # --------------------------------------------------------------------------
163
- # simple_webpage
164
- #
165
- - textbook:
166
- enabled: true
167
-
168
- id: nbi_docs_tutorial_interact
169
- xhr_data: nbi_docs_tutorial_interact.html
170
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
171
- use_mathjax: false
172
-
173
- # --------------------------------------------------------------------------
174
- # tutorial_monty_hall
175
- #
176
- - textbook:
177
- enabled: true
178
-
179
- id: nbi_docs_tutorial_monty_hall
180
- xhr_data: nbi_docs_tutorial_monty_hall.html
181
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
182
- use_mathjax: false
183
-
184
- # --------------------------------------------------------------------------
185
- # recipes_graphing
186
- #
187
- - textbook:
188
- enabled: true
189
-
190
- id: nbi_docs_recipes_graphing
191
- xhr_data: nbi_docs_recipes_graphing.html
192
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
193
- use_mathjax: false
194
-
195
- # --------------------------------------------------------------------------
196
- # recipes_layout
197
- #
198
- - textbook:
199
- enabled: true
200
-
201
- id: nbi_docs_recipes_layout
202
- xhr_data: nbi_docs_recipes_layout.html
203
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
204
- use_mathjax: false
205
-
206
- # --------------------------------------------------------------------------
207
- # recipes_interactive_questions
208
- #
209
- - textbook:
210
- enabled: true
211
-
212
- id: nbi_docs_recipes_interactive_questions
213
- xhr_data: nbi_docs_recipes_interactive_questions.html
214
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
215
- use_mathjax: false
216
-
217
- # --------------------------------------------------------------------------
218
- # empirical_distributions
219
- #
220
- - textbook:
221
- enabled: true
222
-
223
- id: nbi_docs_empirical_distributions
224
- xhr_data: nbi_docs_examples_empirical_distributions.html
225
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
226
- use_mathjax: false
227
-
228
- # --------------------------------------------------------------------------
229
- # examples_sampling_from_a_population
230
- #
231
- - textbook:
232
- enabled: true
233
-
234
- id: nbi_docs_examples_sampling_from_a_population
235
- xhr_data: nbi_docs_examples_sampling_from_a_population.html
236
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
237
- use_mathjax: false
238
-
239
- # --------------------------------------------------------------------------
240
- # examples_variability_of_the_sample_mean
241
- #
242
- - textbook:
243
- enabled: true
244
-
245
- id: nbi_docs_examples_variability_of_the_sample_mean
246
- xhr_data: nbi_docs_examples_variability_of_the_sample_mean.html
247
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
248
- use_mathjax: true
249
-
250
- # --------------------------------------------------------------------------
251
- # examples_correlation
252
- #
253
- - textbook:
254
- enabled: true
255
-
256
- id: nbi_docs_examples_correlation
257
- xhr_data: nbi_docs_examples_correlation.html
258
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
259
- use_mathjax: true
260
-
261
- # --------------------------------------------------------------------------
262
- # examples_linear_regression
263
- #
264
- - textbook:
265
- enabled: true
266
-
267
- id: nbi_docs_examples_linear_regression
268
- xhr_data: nbi_docs_examples_linear_regression.html
269
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
270
- use_mathjax: false
271
-
272
- # --------------------------------------------------------------------------
273
- # examples_probability_distribution_plots
274
- #
275
- - textbook:
276
- enabled: true
277
-
278
- id: nbi_docs_examples_probability_distribution_plots
279
- xhr_data: nbi_docs_examples_probability_distribution_plots.html
280
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
281
- use_mathjax: false
282
-
283
- # --------------------------------------------------------------------------
284
- # central_limit_theorem
285
- #
286
- - textbook:
287
- enabled: true
288
-
289
- id: nbi_docs_central_limit_theorem
290
- xhr_data: nbi_docs_examples_central_limit_theorem.html
291
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
292
- use_mathjax: false
293
-
294
- # ------------------------------------------------------------------------------
295
- # END config
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/nbinteract.yml
3
+ # User configuration for J1 NBI
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2022 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # Description (used for J1 CC only)
16
+ #
17
+ description:
18
+
19
+ title: J1 NBI
20
+ scope: User settings
21
+ location: _data/modules/nbinteract.yml
22
+
23
+ # ------------------------------------------------------------------------------
24
+ # User configuration settings
25
+ #
26
+ settings:
27
+
28
+ # TEXTBOOK settings
29
+ # ----------------------------------------------------------------------------
30
+
31
+ # enabled
32
+ # ------------------------------------------------------------------------------
33
+ # Enables|Disables the use of a notebook. If disabled, no J1 adapter
34
+ # setting are generated for this Jupyter Notebook.
35
+ #
36
+ # values: boolean (true|false)
37
+ # default: true
38
+ #
39
+ # ----------------------------------------------------------------------------
40
+ #
41
+ # id
42
+ # ----------------------------------------------------------------------------
43
+ # The id of a notebook that is used by the Asciidoc extension
44
+ # notebook::<id>[] to place the HTML portion for the HTML code
45
+ # of an exported Jupyter Notebook.
46
+ #
47
+ # values: string
48
+ # default: no default
49
+ #
50
+ # ----------------------------------------------------------------------------
51
+ #
52
+ # xhr_data
53
+ # ----------------------------------------------------------------------------
54
+ # The name of the exported HTML data file of a Jupyter Notebook.
55
+ #
56
+ # values: string
57
+ # default: no default
58
+ #
59
+ # ----------------------------------------------------------------------------
60
+ #
61
+ # xhr_data_path
62
+ # ----------------------------------------------------------------------------
63
+ # The (data) path the Jupyter Notebook is exported.
64
+ #
65
+ # values: path
66
+ # default: no default
67
+ #
68
+ # ----------------------------------------------------------------------------
69
+ #
70
+ # use_mathjax
71
+ # ----------------------------------------------------------------------------
72
+ # This is a per notebook setting to enable mathjax processing. In general
73
+ # 'nbi_init_mathjax' from default settings are be set to 'true' (enabled).
74
+ #
75
+ # values: boolean (true|false)
76
+ # default: false
77
+ #
78
+ # ----------------------------------------------------------------------------
79
+ #
80
+ textbooks:
81
+
82
+ # --------------------------------------------------------------------------
83
+ # Localized Textbooks (NOT rendered at Binder)
84
+ # --------------------------------------------------------------------------
85
+
86
+ # --------------------------------------------------------------------------
87
+ # climate-change-forecast
88
+ #
89
+ - textbook:
90
+ enabled: true
91
+
92
+ id: j1_climate_change_forecast
93
+ xhr_data: j1_climate_change_forecast.html
94
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
95
+ use_mathjax: true
96
+ translate_mathjax: false
97
+
98
+
99
+ # --------------------------------------------------------------------------
100
+ # Distributed Textbooks
101
+ # --------------------------------------------------------------------------
102
+
103
+ # --------------------------------------------------------------------------
104
+ # interactive widget types
105
+ #
106
+ - textbook:
107
+ enabled: true
108
+
109
+ id: j1_interactive_widgets
110
+ xhr_data: j1_interactive_widgets.html
111
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
112
+ use_mathjax: false
113
+
114
+ # --------------------------------------------------------------------------
115
+ # odes_in_python
116
+ #
117
+ - textbook:
118
+ enabled: true
119
+
120
+ id: j1_odes_in_python
121
+ xhr_data: j1_odes_in_python.html
122
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
123
+ use_mathjax: true
124
+ translate_mathjax: true
125
+
126
+ # --------------------------------------------------------------------------
127
+ # ode_selected
128
+ #
129
+ - textbook:
130
+ enabled: true
131
+
132
+ id: j1_docs_example_dynamic
133
+ xhr_data: j1_docs_example_dynamic.html
134
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
135
+ use_mathjax: false
136
+
137
+ # --------------------------------------------------------------------------
138
+ # j1_circular_times_table
139
+ #
140
+ - textbook:
141
+ enabled: true
142
+
143
+ id: j1_circular_times_table
144
+ xhr_data: j1_circular_times_table.html
145
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
146
+ use_mathjax: false
147
+
148
+ # --------------------------------------------------------------------------
149
+ # circular_times_table
150
+ #
151
+ - textbook:
152
+ enabled: true
153
+
154
+ id: circular_times_table
155
+ xhr_data: circular_times_table.html
156
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
157
+ use_mathjax: false
158
+
159
+ # --------------------------------------------------------------------------
160
+ # J1 NBI Docs
161
+ # --------------------------------------------------------------------------
162
+
163
+ # --------------------------------------------------------------------------
164
+ # Example dynamic textbook
165
+ #
166
+ - textbook:
167
+ enabled: true
168
+
169
+ id: j1_docs_example_dynamic
170
+ xhr_data: j1_docs_example_dynamic.html
171
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
172
+ use_mathjax: false
173
+
174
+
175
+ # --------------------------------------------------------------------------
176
+ # NbInteract Docs
177
+ # --------------------------------------------------------------------------
178
+
179
+ # --------------------------------------------------------------------------
180
+ # simple_webpage
181
+ #
182
+ - textbook:
183
+ enabled: true
184
+
185
+ id: nbi_docs_tutorial_interact
186
+ xhr_data: nbi_docs_tutorial_interact.html
187
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
188
+ use_mathjax: false
189
+
190
+ # --------------------------------------------------------------------------
191
+ # tutorial_monty_hall
192
+ #
193
+ - textbook:
194
+ enabled: true
195
+
196
+ id: nbi_docs_tutorial_monty_hall
197
+ xhr_data: nbi_docs_tutorial_monty_hall.html
198
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
199
+ use_mathjax: false
200
+
201
+ # --------------------------------------------------------------------------
202
+ # recipes_graphing
203
+ #
204
+ - textbook:
205
+ enabled: true
206
+
207
+ id: nbi_docs_recipes_graphing
208
+ xhr_data: nbi_docs_recipes_graphing.html
209
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
210
+ use_mathjax: false
211
+
212
+ # --------------------------------------------------------------------------
213
+ # recipes_layout
214
+ #
215
+ - textbook:
216
+ enabled: true
217
+
218
+ id: nbi_docs_recipes_layout
219
+ xhr_data: nbi_docs_recipes_layout.html
220
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
221
+ use_mathjax: false
222
+
223
+ # --------------------------------------------------------------------------
224
+ # recipes_interactive_questions
225
+ #
226
+ - textbook:
227
+ enabled: true
228
+
229
+ id: nbi_docs_recipes_interactive_questions
230
+ xhr_data: nbi_docs_recipes_interactive_questions.html
231
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
232
+ use_mathjax: false
233
+
234
+ # --------------------------------------------------------------------------
235
+ # empirical_distributions
236
+ #
237
+ - textbook:
238
+ enabled: true
239
+
240
+ id: nbi_docs_empirical_distributions
241
+ xhr_data: nbi_docs_examples_empirical_distributions.html
242
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
243
+ use_mathjax: false
244
+
245
+ # --------------------------------------------------------------------------
246
+ # examples_sampling_from_a_population
247
+ #
248
+ - textbook:
249
+ enabled: true
250
+
251
+ id: nbi_docs_examples_sampling_from_a_population
252
+ xhr_data: nbi_docs_examples_sampling_from_a_population.html
253
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
254
+ use_mathjax: false
255
+
256
+ # --------------------------------------------------------------------------
257
+ # examples_variability_of_the_sample_mean
258
+ #
259
+ - textbook:
260
+ enabled: true
261
+
262
+ id: nbi_docs_examples_variability_of_the_sample_mean
263
+ xhr_data: nbi_docs_examples_variability_of_the_sample_mean.html
264
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
265
+ use_mathjax: true
266
+ translate_mathjax: false
267
+
268
+ # --------------------------------------------------------------------------
269
+ # examples_correlation
270
+ #
271
+ - textbook:
272
+ enabled: true
273
+
274
+ id: nbi_docs_examples_correlation
275
+ xhr_data: nbi_docs_examples_correlation.html
276
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
277
+ use_mathjax: true
278
+ translate_mathjax: true
279
+
280
+ # --------------------------------------------------------------------------
281
+ # examples_linear_regression
282
+ #
283
+ - textbook:
284
+ enabled: true
285
+
286
+ id: nbi_docs_examples_linear_regression
287
+ xhr_data: nbi_docs_examples_linear_regression.html
288
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
289
+ use_mathjax: false
290
+
291
+ # --------------------------------------------------------------------------
292
+ # examples_probability_distribution_plots
293
+ #
294
+ - textbook:
295
+ enabled: true
296
+
297
+ id: nbi_docs_examples_probability_distribution_plots
298
+ xhr_data: nbi_docs_examples_probability_distribution_plots.html
299
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
300
+ use_mathjax: false
301
+
302
+ # --------------------------------------------------------------------------
303
+ # central_limit_theorem
304
+ #
305
+ - textbook:
306
+ enabled: true
307
+
308
+ id: nbi_docs_central_limit_theorem
309
+ xhr_data: nbi_docs_examples_central_limit_theorem.html
310
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
311
+ use_mathjax: false
312
+
313
+ # ------------------------------------------------------------------------------
314
+ # END config