j1-template 2022.4.2 → 2022.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  3. data/assets/themes/j1/modules/vega/js/vega-lite/README.md +0 -13
  4. data/lib/j1/version.rb +1 -1
  5. data/lib/starter_web/Gemfile +1 -1
  6. data/lib/starter_web/_config.yml +1 -1
  7. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -1
  8. data/lib/starter_web/_data/modules/navigator_menu.yml +60 -73
  9. data/lib/starter_web/_data/modules/nbinteract.yml +291 -314
  10. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  11. data/lib/starter_web/assets/images/modules/attics/shubham-dhage-2-1920x1280.jpg +0 -0
  12. data/lib/starter_web/package.json +1 -1
  13. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  14. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  15. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  16. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  17. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  18. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  19. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  20. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  21. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  22. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  23. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  24. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +2 -1
  25. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +21 -0
  26. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  27. data/lib/starter_web/utilsrv/package.json +1 -1
  28. metadata +14 -14
  29. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
  30. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
  31. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
  32. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
  33. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
  34. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
  35. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
  36. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
  37. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
  38. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
  39. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
  40. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +0 -866
@@ -1,314 +1,291 @@
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
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
+ # J1 Altair Tutorial
100
+ # --------------------------------------------------------------------------
101
+
102
+ # --------------------------------------------------------------------------
103
+ # altair_non_interactive
104
+ #
105
+ - textbook:
106
+ enabled: true
107
+
108
+ id: j1_altair_non_interactive
109
+ xhr_data: j1_altair_non_interactive.html
110
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
111
+ use_mathjax: false
112
+ altair_cleanups: true
113
+
114
+ # --------------------------------------------------------------------------
115
+ # altair_interactive
116
+ #
117
+ - textbook:
118
+ enabled: true
119
+
120
+ id: j1_altair_interactive
121
+ xhr_data: j1_altair_interactive.html
122
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
123
+ use_mathjax: false
124
+ altair_cleanups: true
125
+
126
+ # --------------------------------------------------------------------------
127
+ # J1 Bokeh Tutorial
128
+ # --------------------------------------------------------------------------
129
+
130
+ - textbook:
131
+ enabled: true
132
+
133
+ id: j1_bokeh_01_basic_plotting
134
+ xhr_data: j1_bokeh_01_basic_plotting.html
135
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
136
+ use_mathjax: false
137
+ altair_cleanups: false
138
+
139
+ - textbook:
140
+ enabled: true
141
+
142
+ id: j1_bokeh_02_styling_and_theming
143
+ xhr_data: j1_bokeh_02_styling_and_theming.html
144
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
145
+ use_mathjax: false
146
+ altair_cleanups: false
147
+
148
+ - textbook:
149
+ enabled: true
150
+
151
+ id: j1_bokeh_03_data_sources_and_transformations
152
+ xhr_data: j1_bokeh_03_data_sources_and_transformations.html
153
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
154
+ use_mathjax: false
155
+ altair_cleanups: false
156
+
157
+ - textbook:
158
+ enabled: true
159
+
160
+ id: j1_bokeh_04_adding_annotations
161
+ xhr_data: j1_bokeh_04_adding_annotations.html
162
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
163
+ use_mathjax: false
164
+ altair_cleanups: false
165
+
166
+ - textbook:
167
+ enabled: true
168
+
169
+ id: j1_bokeh_05_presentation_layouts
170
+ xhr_data: j1_bokeh_05_presentation_layouts.html
171
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
172
+ use_mathjax: false
173
+ altair_cleanups: false
174
+
175
+ - textbook:
176
+ enabled: true
177
+
178
+ id: j1_bokeh_06_linking_and_interactions
179
+ xhr_data: j1_bokeh_06_linking_and_interactions.html
180
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
181
+ use_mathjax: false
182
+ altair_cleanups: false
183
+
184
+ - textbook:
185
+ enabled: true
186
+
187
+ id: j1_bokeh_07_bar_and_categorical_data_plots
188
+ xhr_data: j1_bokeh_07_bar_and_categorical_data_plots.html
189
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
190
+ use_mathjax: false
191
+ altair_cleanups: false
192
+
193
+ - textbook:
194
+ enabled: true
195
+
196
+ id: j1_bokeh_08_graph_and_network_plots
197
+ xhr_data: j1_bokeh_08_graph_and_network_plots.html
198
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
199
+ use_mathjax: false
200
+ altair_cleanups: false
201
+
202
+ - textbook:
203
+ enabled: true
204
+
205
+ id: j1_bokeh_09_geographic_plots
206
+ xhr_data: j1_bokeh_09_geographic_plots.html
207
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
208
+ use_mathjax: false
209
+ altair_cleanups: false
210
+
211
+ - textbook:
212
+ enabled: false
213
+
214
+ id: j1_bokeh_10_exporting_and_embedding
215
+ xhr_data: j1_bokeh_10_exporting_and_embedding.html
216
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
217
+ use_mathjax: false
218
+ altair_cleanups: false
219
+
220
+ - textbook:
221
+ enabled: false
222
+
223
+ id: j1_bokeh_11_running_bokeh_applications
224
+ xhr_data: j1_bokeh_11_running_bokeh_applications.html
225
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
226
+ use_mathjax: false
227
+ altair_cleanups: false
228
+
229
+
230
+ # --------------------------------------------------------------------------
231
+ # Distributed Textbooks
232
+ # --------------------------------------------------------------------------
233
+
234
+ # --------------------------------------------------------------------------
235
+ # interactive_widgets
236
+ #
237
+ - textbook:
238
+ enabled: true
239
+
240
+ id: j1_interactive_widgets
241
+ xhr_data: j1_interactive_widgets.html
242
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
243
+ use_mathjax: false
244
+
245
+ # --------------------------------------------------------------------------
246
+ # odes_in_python
247
+ #
248
+ - textbook:
249
+ enabled: true
250
+
251
+ id: j1_odes_in_python
252
+ xhr_data: j1_odes_in_python.html
253
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
254
+ use_mathjax: true
255
+ translate_mathjax: true
256
+
257
+ # --------------------------------------------------------------------------
258
+ # circular_times_table
259
+ #
260
+ - textbook:
261
+ enabled: true
262
+
263
+ id: j1_circular_times_table
264
+ xhr_data: j1_circular_times_table.html
265
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
266
+ use_mathjax: false
267
+
268
+ # --------------------------------------------------------------------------
269
+ # pandas_intro
270
+ #
271
+ - textbook:
272
+ enabled: false
273
+
274
+ id: j1_pandas_intro
275
+ xhr_data: j1_pandas_creating_reading_and_writing.html
276
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
277
+ use_mathjax: false
278
+
279
+ # --------------------------------------------------------------------------
280
+ # testing_plotly
281
+ #
282
+ - textbook:
283
+ enabled: false
284
+
285
+ id: j1_testing_plotly
286
+ xhr_data: j1_testing_plotly.html
287
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
288
+ use_mathjax: false
289
+
290
+ # ------------------------------------------------------------------------------
291
+ # END config
@@ -369,6 +369,6 @@ end
369
369
 
370
370
  module Jekyll
371
371
  module J1LunrSearch
372
- VERSION = '2022.4.2'
372
+ VERSION = '2022.4.3'
373
373
  end
374
374
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2022.4.2",
4
+ "version": "2022.4.3",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {