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.
- checksums.yaml +4 -4
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/vega/js/vega-lite/README.md +0 -13
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +60 -73
- data/lib/starter_web/_data/modules/nbinteract.yml +291 -314
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/shubham-dhage-2-1920x1280.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +2 -1
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +21 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +14 -14
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
- 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
|
-
#
|
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
|
-
#
|
101
|
-
|
102
|
-
|
103
|
-
#
|
104
|
-
#
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
# --------------------------------------------------------------------------
|
115
|
-
#
|
116
|
-
#
|
117
|
-
- textbook:
|
118
|
-
enabled: true
|
119
|
-
|
120
|
-
id:
|
121
|
-
xhr_data:
|
122
|
-
xhr_data_path: /pages/public/jupyter/notebooks/textbooks
|
123
|
-
use_mathjax:
|
124
|
-
|
125
|
-
|
126
|
-
# --------------------------------------------------------------------------
|
127
|
-
#
|
128
|
-
#
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
- textbook:
|
167
|
-
enabled: true
|
168
|
-
|
169
|
-
id:
|
170
|
-
xhr_data:
|
171
|
-
xhr_data_path: /pages/public/jupyter/notebooks/textbooks
|
172
|
-
use_mathjax: false
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
- textbook:
|
194
|
-
enabled: true
|
195
|
-
|
196
|
-
id:
|
197
|
-
xhr_data:
|
198
|
-
xhr_data_path: /pages/public/jupyter/notebooks/textbooks
|
199
|
-
use_mathjax: false
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
# --------------------------------------------------------------------------
|
235
|
-
#
|
236
|
-
#
|
237
|
-
- textbook:
|
238
|
-
enabled: true
|
239
|
-
|
240
|
-
id:
|
241
|
-
xhr_data:
|
242
|
-
xhr_data_path: /pages/public/jupyter/notebooks/textbooks
|
243
|
-
use_mathjax: false
|
244
|
-
|
245
|
-
# --------------------------------------------------------------------------
|
246
|
-
#
|
247
|
-
#
|
248
|
-
- textbook:
|
249
|
-
enabled: true
|
250
|
-
|
251
|
-
id:
|
252
|
-
xhr_data:
|
253
|
-
xhr_data_path: /pages/public/jupyter/notebooks/textbooks
|
254
|
-
use_mathjax:
|
255
|
-
|
256
|
-
|
257
|
-
#
|
258
|
-
#
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
# --------------------------------------------------------------------------
|
269
|
-
#
|
270
|
-
#
|
271
|
-
- textbook:
|
272
|
-
enabled:
|
273
|
-
|
274
|
-
id:
|
275
|
-
xhr_data:
|
276
|
-
xhr_data_path: /pages/public/jupyter/notebooks/textbooks
|
277
|
-
use_mathjax:
|
278
|
-
|
279
|
-
|
280
|
-
#
|
281
|
-
#
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
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
|