j1-template 2023.3.2 → 2023.3.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.
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: J1 NBI
20
19
  scope: User settings
21
20
  location: _data/modules/nbinteract.yml
@@ -24,498 +23,454 @@ description:
24
23
  # User configuration settings
25
24
  #
26
25
  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
26
+ enabled: true
125
27
 
126
28
  # --------------------------------------------------------------------------
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
-
29
+ # Module options
229
30
  # --------------------------------------------------------------------------
230
- # J1 BQplot Tutorial
231
- # --------------------------------------------------------------------------
232
-
233
- - textbook:
234
- enabled: true
235
-
236
- id: j1-bqplot-basic-plotting
237
- xhr_data: j1-bqplot-basic-plotting.html
238
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
239
- use_mathjax: false
240
- altair_cleanups: false
241
-
242
- - textbook:
243
- enabled: true
244
-
245
- id: j1-bqplot-advanced-plotting
246
- xhr_data: j1-bqplot-advanced-plotting.html
247
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
248
- use_mathjax: false
249
- altair_cleanups: false
250
-
31
+ show_nbi_messages: false
251
32
 
252
33
  # --------------------------------------------------------------------------
253
- # Distributed Textbooks
34
+ # Textbook settings
254
35
  # --------------------------------------------------------------------------
255
-
256
- # --------------------------------------------------------------------------
257
- # interactive_widgets
258
- #
259
- - textbook:
260
- enabled: true
261
-
262
- id: j1_docs_example_dynamic
263
- xhr_data: j1_docs_example_dynamic.html
264
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
265
- use_mathjax: false
266
-
267
- - textbook:
268
- enabled: true
269
-
270
- id: j1_interactive_widgets
271
- xhr_data: j1_interactive_widgets.html
272
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
273
- use_mathjax: false
274
-
275
- - textbook:
276
- enabled: false
277
-
278
- id: j1_nbi_widgets
279
- xhr_data: j1_nbi_widgets.html
280
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
281
- use_mathjax: false
282
-
283
- - textbook:
284
- enabled: true
285
-
286
- id: j1_nbi_widgets_hist_chart
287
- xhr_data: j1_nbi_widgets_hist_chart.html
288
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
289
- use_mathjax: false
290
-
291
- - textbook:
292
- enabled: true
293
-
294
- id: j1_nbi_widgets_bar_chart
295
- xhr_data: j1_nbi_widgets_bar_chart.html
296
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
297
-
298
- - textbook:
299
- enabled: true
300
-
301
- id: j1_nbi_widgets_scatter_drag_chart
302
- xhr_data: j1_nbi_widgets_scatter_drag_chart.html
303
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
304
- use_mathjax: false
305
-
306
- - textbook:
307
- enabled: true
308
-
309
- id: j1_nbi_widgets_scatter_chart
310
- xhr_data: j1_nbi_widgets_scatter_chart.html
311
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
312
- use_mathjax: false
313
-
314
- - textbook:
315
- enabled: true
316
-
317
- id: j1_nbi_widgets_line_chart
318
- xhr_data: j1_nbi_widgets_line_chart.html
319
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
320
- use_mathjax: false
321
-
322
- - textbook:
323
- enabled: true
324
-
325
- id: j1_nbi_widgets_question_multiple_choice
326
- xhr_data: j1_nbi_widgets_question_multiple_choice.html
327
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
328
- use_mathjax: false
329
-
330
- - textbook:
331
- enabled: true
332
-
333
- id: j1_nbi_widgets_question_short_answer
334
- xhr_data: j1_nbi_widgets_question_short_answer.html
335
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
336
- use_mathjax: false
337
-
338
- # --------------------------------------------------------------------------
339
- # odes_in_python
340
- #
341
- - textbook:
342
- enabled: true
343
-
344
- id: j1_odes_in_python
345
- xhr_data: j1_odes_in_python.html
346
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
347
- use_mathjax: true
348
- translate_mathjax: true
349
-
350
- # --------------------------------------------------------------------------
351
- # circular_times_table
352
- #
353
- - textbook:
354
- enabled: true
355
-
356
- id: j1_circular_times_table
357
- xhr_data: j1_circular_times_table.html
358
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
359
- use_mathjax: false
360
-
361
- # --------------------------------------------------------------------------
362
- # pandas_intro
363
- #
364
- - textbook:
365
- enabled: false
366
-
367
- id: j1_pandas_intro
368
- xhr_data: j1_pandas_creating_reading_and_writing.html
369
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
370
- use_mathjax: false
371
-
372
- # --------------------------------------------------------------------------
373
- # testing_plotly
374
- #
375
- - textbook:
376
- enabled: false
377
-
378
- id: j1_testing_plotly
379
- xhr_data: j1_testing_plotly.html
380
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
381
- use_mathjax: false
382
-
383
- # --------------------------------------------------------------------------
384
- # NbInteract Docs
385
- # --------------------------------------------------------------------------
386
-
387
- # --------------------------------------------------------------------------
388
- # simple_webpage
389
- #
390
- - textbook:
391
- enabled: true
392
-
393
- id: nbi_docs_tutorial_interact
394
- xhr_data: nbi_docs_tutorial_interact.html
395
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
396
- use_mathjax: false
397
-
398
- # --------------------------------------------------------------------------
399
- # tutorial_monty_hall
400
- #
401
- - textbook:
402
- enabled: true
403
-
404
- id: nbi_docs_tutorial_monty_hall
405
- xhr_data: nbi_docs_tutorial_monty_hall.html
406
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
407
- use_mathjax: false
408
-
409
- # --------------------------------------------------------------------------
410
- # recipes_graphing
411
- #
412
- - textbook:
413
- enabled: true
414
-
415
- id: nbi_docs_recipes_graphing
416
- xhr_data: nbi_docs_recipes_graphing.html
417
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
418
- use_mathjax: false
419
-
420
- # --------------------------------------------------------------------------
421
- # recipes_layout
422
- #
423
- - textbook:
424
- enabled: true
425
-
426
- id: nbi_docs_recipes_layout
427
- xhr_data: nbi_docs_recipes_layout.html
428
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
429
- use_mathjax: false
430
-
431
- # --------------------------------------------------------------------------
432
- # recipes_interactive_questions
433
- #
434
- - textbook:
435
- enabled: true
436
-
437
- id: nbi_docs_recipes_interactive_questions
438
- xhr_data: nbi_docs_recipes_interactive_questions.html
439
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
440
- use_mathjax: false
441
-
442
- # --------------------------------------------------------------------------
443
- # empirical_distributions
444
- #
445
- - textbook:
446
- enabled: true
447
-
448
- id: nbi_docs_empirical_distributions
449
- xhr_data: nbi_docs_examples_empirical_distributions.html
450
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
451
- use_mathjax: false
452
-
453
- # --------------------------------------------------------------------------
454
- # examples_sampling_from_a_population
455
- #
456
- - textbook:
457
- enabled: true
458
-
459
- id: nbi_docs_examples_sampling_from_a_population
460
- xhr_data: nbi_docs_examples_sampling_from_a_population.html
461
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
462
- use_mathjax: false
463
-
464
- # --------------------------------------------------------------------------
465
- # examples_variability_of_the_sample_mean
466
- #
467
- - textbook:
468
- enabled: true
469
-
470
- id: nbi_docs_examples_variability_of_the_sample_mean
471
- xhr_data: nbi_docs_examples_variability_of_the_sample_mean.html
472
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
473
- use_mathjax: true
474
-
475
- # --------------------------------------------------------------------------
476
- # examples_correlation
477
- #
478
- - textbook:
479
- enabled: true
480
-
481
- id: nbi_docs_examples_correlation
482
- xhr_data: nbi_docs_examples_correlation.html
483
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
484
- use_mathjax: true
485
-
486
- # --------------------------------------------------------------------------
487
- # examples_linear_regression
488
- #
489
- - textbook:
490
- enabled: true
491
-
492
- id: nbi_docs_examples_linear_regression
493
- xhr_data: nbi_docs_examples_linear_regression.html
494
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
495
- use_mathjax: false
496
-
497
- # --------------------------------------------------------------------------
498
- # examples_probability_distribution_plots
499
- #
500
- - textbook:
501
- enabled: true
502
-
503
- id: nbi_docs_examples_probability_distribution_plots
504
- xhr_data: nbi_docs_examples_probability_distribution_plots.html
505
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
506
- use_mathjax: false
507
-
508
- # --------------------------------------------------------------------------
509
- # central_limit_theorem
510
- #
511
- - textbook:
512
- enabled: true
513
-
514
- id: nbi_docs_central_limit_theorem
515
- xhr_data: nbi_docs_examples_central_limit_theorem.html
516
- xhr_data_path: /pages/public/jupyter/notebooks/textbooks
517
- use_mathjax: false
518
-
519
-
520
- # ------------------------------------------------------------------------------
36
+ textbooks:
37
+
38
+ # ------------------------------------------------------------------------
39
+ # Localized Textbooks (NOT rendered at Binder)
40
+ # ------------------------------------------------------------------------
41
+
42
+ # ------------------------------------------------------------------------
43
+ # climate_change_forecast
44
+ #
45
+ - textbook:
46
+ enabled: true
47
+
48
+ id: j1_climate_change_forecast
49
+ xhr_data: j1_climate_change_forecast.html
50
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
51
+ use_mathjax: true
52
+ translate_mathjax: false
53
+
54
+ # ------------------------------------------------------------------------
55
+ # J1 Altair Tutorial
56
+ # ------------------------------------------------------------------------
57
+
58
+ # ------------------------------------------------------------------------
59
+ # altair_non_interactive
60
+ #
61
+ - textbook:
62
+ enabled: true
63
+
64
+ id: j1_altair_non_interactive
65
+ xhr_data: j1_altair_non_interactive.html
66
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
67
+ use_mathjax: false
68
+ altair_cleanups: true
69
+
70
+ # ------------------------------------------------------------------------
71
+ # altair_interactive
72
+ #
73
+ - textbook:
74
+ enabled: true
75
+
76
+ id: j1_altair_interactive
77
+ xhr_data: j1_altair_interactive.html
78
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
79
+ use_mathjax: false
80
+ altair_cleanups: true
81
+
82
+ # ------------------------------------------------------------------------
83
+ # J1 Bokeh Tutorial
84
+ # ------------------------------------------------------------------------
85
+
86
+ - textbook:
87
+ enabled: true
88
+
89
+ id: j1_bokeh_01_basic_plotting
90
+ xhr_data: j1_bokeh_01_basic_plotting.html
91
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
92
+ use_mathjax: false
93
+ altair_cleanups: false
94
+
95
+ - textbook:
96
+ enabled: true
97
+
98
+ id: j1_bokeh_02_styling_and_theming
99
+ xhr_data: j1_bokeh_02_styling_and_theming.html
100
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
101
+ use_mathjax: false
102
+ altair_cleanups: false
103
+
104
+ - textbook:
105
+ enabled: true
106
+
107
+ id: j1_bokeh_03_data_sources_and_transformations
108
+ xhr_data: j1_bokeh_03_data_sources_and_transformations.html
109
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
110
+ use_mathjax: false
111
+ altair_cleanups: false
112
+
113
+ - textbook:
114
+ enabled: true
115
+
116
+ id: j1_bokeh_04_adding_annotations
117
+ xhr_data: j1_bokeh_04_adding_annotations.html
118
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
119
+ use_mathjax: false
120
+ altair_cleanups: false
121
+
122
+ - textbook:
123
+ enabled: true
124
+
125
+ id: j1_bokeh_05_presentation_layouts
126
+ xhr_data: j1_bokeh_05_presentation_layouts.html
127
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
128
+ use_mathjax: false
129
+ altair_cleanups: false
130
+
131
+ - textbook:
132
+ enabled: true
133
+
134
+ id: j1_bokeh_06_linking_and_interactions
135
+ xhr_data: j1_bokeh_06_linking_and_interactions.html
136
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
137
+ use_mathjax: false
138
+ altair_cleanups: false
139
+
140
+ - textbook:
141
+ enabled: true
142
+
143
+ id: j1_bokeh_07_bar_and_categorical_data_plots
144
+ xhr_data: j1_bokeh_07_bar_and_categorical_data_plots.html
145
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
146
+ use_mathjax: false
147
+ altair_cleanups: false
148
+
149
+ - textbook:
150
+ enabled: true
151
+
152
+ id: j1_bokeh_08_graph_and_network_plots
153
+ xhr_data: j1_bokeh_08_graph_and_network_plots.html
154
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
155
+ use_mathjax: false
156
+ altair_cleanups: false
157
+
158
+ - textbook:
159
+ enabled: true
160
+
161
+ id: j1_bokeh_09_geographic_plots
162
+ xhr_data: j1_bokeh_09_geographic_plots.html
163
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
164
+ use_mathjax: false
165
+ altair_cleanups: false
166
+
167
+ - textbook:
168
+ enabled: false
169
+
170
+ id: j1_bokeh_10_exporting_and_embedding
171
+ xhr_data: j1_bokeh_10_exporting_and_embedding.html
172
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
173
+ use_mathjax: false
174
+ altair_cleanups: false
175
+
176
+ - textbook:
177
+ enabled: false
178
+
179
+ id: j1_bokeh_11_running_bokeh_applications
180
+ xhr_data: j1_bokeh_11_running_bokeh_applications.html
181
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
182
+ use_mathjax: false
183
+ altair_cleanups: false
184
+
185
+ # ------------------------------------------------------------------------
186
+ # J1 BQplot Tutorial
187
+ # ------------------------------------------------------------------------
188
+
189
+ - textbook:
190
+ enabled: true
191
+
192
+ id: j1-bqplot-basic-plotting
193
+ xhr_data: j1-bqplot-basic-plotting.html
194
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
195
+ use_mathjax: false
196
+ altair_cleanups: false
197
+
198
+ - textbook:
199
+ enabled: true
200
+
201
+ id: j1-bqplot-advanced-plotting
202
+ xhr_data: j1-bqplot-advanced-plotting.html
203
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
204
+ use_mathjax: false
205
+ altair_cleanups: false
206
+
207
+
208
+ # ------------------------------------------------------------------------
209
+ # Distributed Textbooks
210
+ # ------------------------------------------------------------------------
211
+
212
+ # ------------------------------------------------------------------------
213
+ # interactive_widgets
214
+ #
215
+ - textbook:
216
+ enabled: true
217
+
218
+ id: j1_docs_example_dynamic
219
+ xhr_data: j1_docs_example_dynamic.html
220
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
221
+ use_mathjax: false
222
+
223
+ - textbook:
224
+ enabled: true
225
+
226
+ id: j1_interactive_widgets
227
+ xhr_data: j1_interactive_widgets.html
228
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
229
+ use_mathjax: false
230
+
231
+ - textbook:
232
+ enabled: false
233
+
234
+ id: j1_nbi_widgets
235
+ xhr_data: j1_nbi_widgets.html
236
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
237
+ use_mathjax: false
238
+
239
+ - textbook:
240
+ enabled: true
241
+
242
+ id: j1_nbi_widgets_hist_chart
243
+ xhr_data: j1_nbi_widgets_hist_chart.html
244
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
245
+ use_mathjax: false
246
+
247
+ - textbook:
248
+ enabled: true
249
+
250
+ id: j1_nbi_widgets_bar_chart
251
+ xhr_data: j1_nbi_widgets_bar_chart.html
252
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
253
+
254
+ - textbook:
255
+ enabled: true
256
+
257
+ id: j1_nbi_widgets_scatter_drag_chart
258
+ xhr_data: j1_nbi_widgets_scatter_drag_chart.html
259
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
260
+ use_mathjax: false
261
+
262
+ - textbook:
263
+ enabled: true
264
+
265
+ id: j1_nbi_widgets_scatter_chart
266
+ xhr_data: j1_nbi_widgets_scatter_chart.html
267
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
268
+ use_mathjax: false
269
+
270
+ - textbook:
271
+ enabled: true
272
+
273
+ id: j1_nbi_widgets_line_chart
274
+ xhr_data: j1_nbi_widgets_line_chart.html
275
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
276
+ use_mathjax: false
277
+
278
+ - textbook:
279
+ enabled: true
280
+
281
+ id: j1_nbi_widgets_question_multiple_choice
282
+ xhr_data: j1_nbi_widgets_question_multiple_choice.html
283
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
284
+ use_mathjax: false
285
+
286
+ - textbook:
287
+ enabled: true
288
+
289
+ id: j1_nbi_widgets_question_short_answer
290
+ xhr_data: j1_nbi_widgets_question_short_answer.html
291
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
292
+ use_mathjax: false
293
+
294
+ # ------------------------------------------------------------------------
295
+ # odes_in_python
296
+ #
297
+ - textbook:
298
+ enabled: true
299
+
300
+ id: j1_odes_in_python
301
+ xhr_data: j1_odes_in_python.html
302
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
303
+ use_mathjax: true
304
+ translate_mathjax: true
305
+
306
+ # ------------------------------------------------------------------------
307
+ # circular_times_table
308
+ #
309
+ - textbook:
310
+ enabled: true
311
+
312
+ id: j1_circular_times_table
313
+ xhr_data: j1_circular_times_table.html
314
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
315
+ use_mathjax: false
316
+
317
+ # ------------------------------------------------------------------------
318
+ # pandas_intro
319
+ #
320
+ - textbook:
321
+ enabled: false
322
+
323
+ id: j1_pandas_intro
324
+ xhr_data: j1_pandas_creating_reading_and_writing.html
325
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
326
+ use_mathjax: false
327
+
328
+ # ------------------------------------------------------------------------
329
+ # testing_plotly
330
+ #
331
+ - textbook:
332
+ enabled: false
333
+
334
+ id: j1_testing_plotly
335
+ xhr_data: j1_testing_plotly.html
336
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
337
+ use_mathjax: false
338
+
339
+ # ------------------------------------------------------------------------
340
+ # NbInteract Docs
341
+ # ------------------------------------------------------------------------
342
+
343
+ # ------------------------------------------------------------------------
344
+ # simple_webpage
345
+ #
346
+ - textbook:
347
+ enabled: true
348
+
349
+ id: nbi_docs_tutorial_interact
350
+ xhr_data: nbi_docs_tutorial_interact.html
351
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
352
+ use_mathjax: false
353
+
354
+ # ------------------------------------------------------------------------
355
+ # tutorial_monty_hall
356
+ #
357
+ - textbook:
358
+ enabled: true
359
+
360
+ id: nbi_docs_tutorial_monty_hall
361
+ xhr_data: nbi_docs_tutorial_monty_hall.html
362
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
363
+ use_mathjax: false
364
+
365
+ # ------------------------------------------------------------------------
366
+ # recipes_graphing
367
+ #
368
+ - textbook:
369
+ enabled: true
370
+
371
+ id: nbi_docs_recipes_graphing
372
+ xhr_data: nbi_docs_recipes_graphing.html
373
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
374
+ use_mathjax: false
375
+
376
+ # ------------------------------------------------------------------------
377
+ # recipes_layout
378
+ #
379
+ - textbook:
380
+ enabled: true
381
+
382
+ id: nbi_docs_recipes_layout
383
+ xhr_data: nbi_docs_recipes_layout.html
384
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
385
+ use_mathjax: false
386
+
387
+ # ------------------------------------------------------------------------
388
+ # recipes_interactive_questions
389
+ #
390
+ - textbook:
391
+ enabled: true
392
+
393
+ id: nbi_docs_recipes_interactive_questions
394
+ xhr_data: nbi_docs_recipes_interactive_questions.html
395
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
396
+ use_mathjax: false
397
+
398
+ # ------------------------------------------------------------------------
399
+ # empirical_distributions
400
+ #
401
+ - textbook:
402
+ enabled: true
403
+
404
+ id: nbi_docs_empirical_distributions
405
+ xhr_data: nbi_docs_examples_empirical_distributions.html
406
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
407
+ use_mathjax: false
408
+
409
+ # ------------------------------------------------------------------------
410
+ # examples_sampling_from_a_population
411
+ #
412
+ - textbook:
413
+ enabled: true
414
+
415
+ id: nbi_docs_examples_sampling_from_a_population
416
+ xhr_data: nbi_docs_examples_sampling_from_a_population.html
417
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
418
+ use_mathjax: false
419
+
420
+ # ------------------------------------------------------------------------
421
+ # examples_variability_of_the_sample_mean
422
+ #
423
+ - textbook:
424
+ enabled: true
425
+
426
+ id: nbi_docs_examples_variability_of_the_sample_mean
427
+ xhr_data: nbi_docs_examples_variability_of_the_sample_mean.html
428
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
429
+ use_mathjax: true
430
+
431
+ # ------------------------------------------------------------------------
432
+ # examples_correlation
433
+ #
434
+ - textbook:
435
+ enabled: true
436
+
437
+ id: nbi_docs_examples_correlation
438
+ xhr_data: nbi_docs_examples_correlation.html
439
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
440
+ use_mathjax: true
441
+
442
+ # ------------------------------------------------------------------------
443
+ # examples_linear_regression
444
+ #
445
+ - textbook:
446
+ enabled: true
447
+
448
+ id: nbi_docs_examples_linear_regression
449
+ xhr_data: nbi_docs_examples_linear_regression.html
450
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
451
+ use_mathjax: false
452
+
453
+ # ------------------------------------------------------------------------
454
+ # examples_probability_distribution_plots
455
+ #
456
+ - textbook:
457
+ enabled: true
458
+
459
+ id: nbi_docs_examples_probability_distribution_plots
460
+ xhr_data: nbi_docs_examples_probability_distribution_plots.html
461
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
462
+ use_mathjax: false
463
+
464
+ # ------------------------------------------------------------------------
465
+ # central_limit_theorem
466
+ #
467
+ - textbook:
468
+ enabled: true
469
+
470
+ id: nbi_docs_central_limit_theorem
471
+ xhr_data: nbi_docs_examples_central_limit_theorem.html
472
+ xhr_data_path: /pages/public/jupyter/notebooks/textbooks
473
+ use_mathjax: false
474
+
475
+ # ----------------------------------------------------------------------------
521
476
  # END config