j1-template 2022.4.0 → 2022.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) 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 +21 -10
  6. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  7. data/assets/themes/j1/modules/bokeh/README.md +380 -0
  8. data/assets/themes/j1/modules/bokeh/js/v2.4.3/bokeh.min.js +596 -0
  9. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.css +7 -0
  10. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.min.css +1 -1
  11. data/assets/themes/j1/modules/vega/js/vega/LICENSE +27 -0
  12. data/assets/themes/j1/modules/vega/js/vega/README.md +42 -0
  13. data/assets/themes/j1/modules/vega/js/vega/vega-core.js +34550 -0
  14. data/assets/themes/j1/modules/vega/js/vega/vega-core.min.js +2 -0
  15. data/assets/themes/j1/modules/vega/js/vega/vega-core.min.js.map +1 -0
  16. data/assets/themes/j1/modules/vega/js/vega/vega.js +49095 -0
  17. data/assets/themes/j1/modules/vega/js/vega/vega.min.js +2 -0
  18. data/assets/themes/j1/modules/vega/js/vega/vega.min.js.map +1 -0
  19. data/assets/themes/j1/modules/vega/js/vega-embed/LICENSE +27 -0
  20. data/assets/themes/j1/modules/vega/js/vega-embed/README.md +230 -0
  21. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js +6607 -0
  22. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js.map +1 -0
  23. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.min.js +21 -0
  24. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.min.js.map +1 -0
  25. data/assets/themes/j1/modules/vega/js/vega-lite/LICENSE +27 -0
  26. data/assets/themes/j1/modules/vega/js/vega-lite/README.md +21 -0
  27. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite-schema.json +30999 -0
  28. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.js +24585 -0
  29. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.js.map +1 -0
  30. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.min.js +2 -0
  31. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.min.js.map +1 -0
  32. data/lib/j1/version.rb +1 -1
  33. data/lib/starter_web/Gemfile +1 -1
  34. data/lib/starter_web/_config.yml +1 -1
  35. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +5 -1
  36. data/lib/starter_web/_data/modules/navigator_menu.yml +60 -56
  37. data/lib/starter_web/_data/modules/nbinteract.yml +83 -87
  38. data/lib/starter_web/_data/resources.yml +101 -0
  39. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  40. data/lib/starter_web/assets/images/modules/attics/shubham-dhage-2-1920x1280.jpg +0 -0
  41. data/lib/starter_web/assets/images/modules/attics/wrongtog-1920x1280.jpg +0 -0
  42. data/lib/starter_web/assets/images/modules/attics/yellow-cactus-1920x1280.jpg +0 -0
  43. data/lib/starter_web/assets/images/modules/icons/bokeh/bokeh-32x32.ico +0 -0
  44. data/lib/starter_web/assets/images/modules/icons/bokeh/bokeh.ico +0 -0
  45. data/lib/starter_web/assets/images/modules/icons/bokeh/logo-160x160.png +0 -0
  46. data/lib/starter_web/package.json +1 -1
  47. data/lib/starter_web/pages/public/jupyter/examples/{j1-circular-times-table.adoc → distributed/j1-circular-times-table.adoc} +7 -2
  48. data/lib/starter_web/pages/public/jupyter/examples/{j1-interactive-widgets.adoc → distributed/j1-common-used-widgets.adoc} +14 -6
  49. data/lib/starter_web/pages/public/jupyter/examples/{j1-odes-in-python.adoc → distributed/j1-odes-in-python.adoc} +7 -2
  50. data/lib/starter_web/pages/public/jupyter/examples/{j1_climate-change-forecast.adoc → localized/j1_climate-change-forecast.adoc} +10 -5
  51. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  52. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  53. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  54. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  55. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  56. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  57. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  58. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  59. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  60. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  61. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  62. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +2 -1
  63. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +21 -0
  64. data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +239 -0
  65. data/lib/starter_web/pages/public/learn/where_to_go.adoc +23 -7
  66. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  67. data/lib/starter_web/utilsrv/package.json +1 -1
  68. metadata +47 -42
  69. data/lib/starter_web/pages/public/jupyter/docs/_includes/attributes.asciidoc +0 -58
  70. data/lib/starter_web/pages/public/jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +0 -232
  71. data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +0 -563
  72. data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +0 -465
  73. data/lib/starter_web/pages/public/jupyter/docs/nbinteract-doc.adoc +0 -473
  74. data/lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc +0 -94
  75. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +0 -12387
  76. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +0 -1058
  77. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +0 -14478
  78. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +0 -738
  79. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +0 -14478
  80. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +0 -15227
  81. data/lib/starter_web/pages/public/jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  82. data/lib/starter_web/pages/public/jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  83. data/lib/starter_web/pages/public/jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  84. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +0 -247
  85. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +0 -323
  86. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -387
  87. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +0 -185
  88. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +0 -384
  89. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +0 -254
  90. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +0 -732
  91. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
  92. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
  93. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
  94. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
  95. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
  96. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
  97. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
  98. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
  99. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
  100. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
  101. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
  102. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +0 -866
  103. data/lib/starter_web/pages/public/jupyter/services/binderhub.adoc +0 -564
  104. data/lib/starter_web/pages/public/jupyter/services/jupyterhub.adoc +0 -244
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2022.4.0'
2
+ VERSION = '2022.4.3'
3
3
  end
@@ -53,7 +53,7 @@ gem 'jekyll', '~> 4.2'
53
53
 
54
54
  # Theme Rubies, default: J1 Template (NOT used for the development system)
55
55
  #
56
- gem 'j1-template', '~> 2022.4.0'
56
+ gem 'j1-template', '~> 2022.4.3'
57
57
 
58
58
  # ------------------------------------------------------------------------------
59
59
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2022.4.0
56
+ version: 2022.4.3
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -74,6 +74,10 @@ defaults:
74
74
  # values: URL
75
75
  # default: https://mybinder.org
76
76
  #
77
+ # NOTE: DIRECT access to (GESIS) 'https://notebooks.gesis.org/binder/'
78
+ # is restricted to private access (isTrusted == true). Registration at
79
+ # GESIS is required.
80
+ #
77
81
  # ----------------------------------------------------------------------------
78
82
  #
79
83
  # provider
@@ -221,7 +225,7 @@ defaults:
221
225
  <li>
222
226
  <code>Analysis</code> For translations, your consent on
223
227
  <b>Analysis</b> with your <b>Privacy Settings</b> is required.
224
- </li>
228
+ </li>
225
229
  <li>
226
230
  <code>Personalization</code> For processing textbooks, your consent on
227
231
  <b>Personalization</b> with your <b>Privacy Settings</b> (Cookie Settings) is required.
@@ -60,63 +60,67 @@
60
60
  href: /pages/public/learn/roundtrip/quicksearch/
61
61
  icon: magnify
62
62
 
63
-
64
- # --------------------------------------------------------------------------
65
- # Experimental
63
+ # # --------------------------------------------------------------------------
64
+ # # Jupyter Notebooks
65
+ # #
66
+ # - title: Jupyter Notebooks
67
+ # icon: notebook-outline
68
+ # dropdown:
66
69
  #
67
- - title: Experimental
68
- icon: test-tube
69
- dropdown:
70
-
71
- # ----------------------------------------------------------------------
72
- # Examples
73
- #
74
- - title: Textbook Examples
75
- icon: book-open-page-variant
76
- dropdown:
77
-
78
- - title: Interactive Widgets
79
- href: /pages/public/jupyter/textbooks/interactive-widgets/
80
- icon: script-text-play-outline
81
- - title: Time Tables Visualization
82
- href: /pages/public/jupyter/textbooks/j1-circular-times-table/
83
- icon: script-text-play-outline
84
- - title: ODEs in Python
85
- href: /pages/public/jupyter/textbooks/odes-in-python/
86
- icon: script-text-play-outline
87
- - title: Non-Interactive Notebook
88
- href: /pages/public/jupyter/textbooks/climate-change-forecast/
89
- icon: script-text-play-outline
90
-
91
- # ----------------------------------------------------------------------
92
- # Documentation
93
- #
94
- - title: Documentation
95
- icon: book-open-page-variant
96
- dropdown:
97
-
98
- - title: J1 NBI Integration
99
- href: /pages/public/jupyter/docs/j1-nbinteract-docs/
100
- icon: alpha-j-box
101
- - title: NBI Widgets Manual
102
- href: /pages/public/jupyter/docs/nbi-widgets/
103
- icon: book
104
- - title: NBI Tutorial (Sam Lau)
105
- href: /pages/public/jupyter/textbooks/nbinteract-docs/
106
- icon: alpha-j-box
107
-
108
- # ----------------------------------------------------------------------
109
- # NBI APIs
110
- #
111
- - title: NBI APIs
112
- icon: book-open-page-variant
113
- dropdown:
114
- - title: BinderHub API
115
- href: /pages/public/jupyter/docs/binderhub/
116
- icon: book
117
- - title: JupyterHub API
118
- href: /pages/public/jupyter/docs/jupyterhub/
119
- icon: book
70
+ # - title: Where to go
71
+ # href: /pages/public/jupyter/experimental/where-to-go/
72
+ # icon: paw
73
+ #
74
+ # # ----------------------------------------------------------------------
75
+ # # Interactive Notebooks
76
+ # #
77
+ # - title: Distributed Notebooks
78
+ # icon: notebook-outline
79
+ # dropdown:
80
+ #
81
+ # - title: Time Tables Visualization
82
+ # href: /pages/public/jupyter/textbooks/j1-circular-times-table/
83
+ # icon: notebook-outline
84
+ # - title: ODEs in Python
85
+ # href: /pages/public/jupyter/textbooks/odes-in-python/
86
+ # icon: notebook-outline
87
+ # - title: Common Used Widgets
88
+ # href: /pages/public/jupyter/textbooks/interactive-widgets/
89
+ # icon: notebook-outline
90
+ #
91
+ # # ----------------------------------------------------------------------
92
+ # # Static Notebooks
93
+ # #
94
+ # - title: Localized Notebooks
95
+ # icon: notebook-outline
96
+ # dropdown:
97
+ #
98
+ # - title: Climate Change Forecast
99
+ # href: /pages/public/jupyter/examples/localized/climate-change-forecast/
100
+ # icon: notebook-outline
101
+ # - title: Visualizations using Altair
102
+ # href: https://jekyll.one/pages/public/jupyter/examples/localized/j1-altair-visualizations/
103
+ # icon: notebook-outline
104
+ # - title: Visualizations using Bokeh
105
+ # href: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
106
+ # icon: notebook-outline
107
+ #
108
+ # # ----------------------------------------------------------------------
109
+ # # Documentation
110
+ # #
111
+ # - title: NBI Documentation
112
+ # icon: head-lightbulb
113
+ # dropdown:
114
+ #
115
+ # - title: J1 NBI Integration
116
+ # href: https://jekyll.one/pages/public/jupyter/docs/j1-nbinteract-docs/
117
+ # icon: alpha-j-box
118
+ # - title: BinderHub API
119
+ # href: https://jekyll.one/pages/public/jupyter/docs/binderhub/
120
+ # icon: book
121
+ # - title: JupyterHub API
122
+ # href: https://jekyll.one/pages/public/jupyter/docs/jupyterhub/
123
+ # icon: book
120
124
 
121
125
  # --------------------------------------------------------------------------
122
126
  # Asciidoc Skeletons
@@ -80,11 +80,11 @@ settings:
80
80
  textbooks:
81
81
 
82
82
  # --------------------------------------------------------------------------
83
- # Textbooks for testing
83
+ # Localized Textbooks (NOT rendered at Binder)
84
84
  # --------------------------------------------------------------------------
85
85
 
86
86
  # --------------------------------------------------------------------------
87
- # climate-change-forecast (static notebook)
87
+ # climate_change_forecast
88
88
  #
89
89
  - textbook:
90
90
  enabled: true
@@ -93,201 +93,197 @@ settings:
93
93
  xhr_data: j1_climate_change_forecast.html
94
94
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
95
95
  use_mathjax: true
96
+ translate_mathjax: false
96
97
 
97
98
  # --------------------------------------------------------------------------
98
- # interactive widget types
99
+ # J1 Altair Tutorial
100
+ # --------------------------------------------------------------------------
101
+
102
+ # --------------------------------------------------------------------------
103
+ # altair_non_interactive
99
104
  #
100
105
  - textbook:
101
106
  enabled: true
102
107
 
103
- id: j1_interactive_widgets
104
- xhr_data: j1_interactive_widgets.html
108
+ id: j1_altair_non_interactive
109
+ xhr_data: j1_altair_non_interactive.html
105
110
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
106
111
  use_mathjax: false
112
+ altair_cleanups: true
107
113
 
108
114
  # --------------------------------------------------------------------------
109
- # odes_in_python
115
+ # altair_interactive
110
116
  #
111
117
  - textbook:
112
118
  enabled: true
113
119
 
114
- id: j1_docs_example_dynamic
115
- xhr_data: j1_docs_example_dynamic.html
120
+ id: j1_altair_interactive
121
+ xhr_data: j1_altair_interactive.html
116
122
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
117
- use_mathjax: true
123
+ use_mathjax: false
124
+ altair_cleanups: true
118
125
 
119
126
  # --------------------------------------------------------------------------
120
- # j1_circular_times_table
121
- #
127
+ # J1 Bokeh Tutorial
128
+ # --------------------------------------------------------------------------
129
+
122
130
  - textbook:
123
131
  enabled: true
124
132
 
125
- id: j1_circular_times_table
126
- xhr_data: j1_circular_times_table.html
133
+ id: j1_bokeh_01_basic_plotting
134
+ xhr_data: j1_bokeh_01_basic_plotting.html
127
135
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
128
136
  use_mathjax: false
137
+ altair_cleanups: false
129
138
 
130
- # --------------------------------------------------------------------------
131
- # odes_in_python
132
- #
133
139
  - textbook:
134
140
  enabled: true
135
141
 
136
- id: j1_odes_in_python
137
- xhr_data: j1_odes_in_python.html
142
+ id: j1_bokeh_02_styling_and_theming
143
+ xhr_data: j1_bokeh_02_styling_and_theming.html
138
144
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
139
- use_mathjax: true
140
-
141
-
142
- # --------------------------------------------------------------------------
143
- # J1 NBI Docs
144
- # --------------------------------------------------------------------------
145
+ use_mathjax: false
146
+ altair_cleanups: false
145
147
 
146
- # --------------------------------------------------------------------------
147
- # Example dynamic textbook
148
- #
149
148
  - textbook:
150
149
  enabled: true
151
150
 
152
- id: j1_docs_example_dynamic
153
- xhr_data: j1_docs_example_dynamic.html
151
+ id: j1_bokeh_03_data_sources_and_transformations
152
+ xhr_data: j1_bokeh_03_data_sources_and_transformations.html
154
153
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
155
154
  use_mathjax: false
155
+ altair_cleanups: false
156
156
 
157
+ - textbook:
158
+ enabled: true
157
159
 
158
- # --------------------------------------------------------------------------
159
- # NbInteract Docs
160
- # --------------------------------------------------------------------------
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
161
165
 
162
- # --------------------------------------------------------------------------
163
- # simple_webpage
164
- #
165
166
  - textbook:
166
167
  enabled: true
167
168
 
168
- id: nbi_docs_tutorial_interact
169
- xhr_data: nbi_docs_tutorial_interact.html
169
+ id: j1_bokeh_05_presentation_layouts
170
+ xhr_data: j1_bokeh_05_presentation_layouts.html
170
171
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
171
172
  use_mathjax: false
173
+ altair_cleanups: false
172
174
 
173
- # --------------------------------------------------------------------------
174
- # tutorial_monty_hall
175
- #
176
175
  - textbook:
177
176
  enabled: true
178
177
 
179
- id: nbi_docs_tutorial_monty_hall
180
- xhr_data: nbi_docs_tutorial_monty_hall.html
178
+ id: j1_bokeh_06_linking_and_interactions
179
+ xhr_data: j1_bokeh_06_linking_and_interactions.html
181
180
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
182
181
  use_mathjax: false
182
+ altair_cleanups: false
183
183
 
184
- # --------------------------------------------------------------------------
185
- # recipes_graphing
186
- #
187
184
  - textbook:
188
185
  enabled: true
189
186
 
190
- id: nbi_docs_recipes_graphing
191
- xhr_data: nbi_docs_recipes_graphing.html
187
+ id: j1_bokeh_07_bar_and_categorical_data_plots
188
+ xhr_data: j1_bokeh_07_bar_and_categorical_data_plots.html
192
189
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
193
190
  use_mathjax: false
191
+ altair_cleanups: false
194
192
 
195
- # --------------------------------------------------------------------------
196
- # recipes_layout
197
- #
198
193
  - textbook:
199
194
  enabled: true
200
195
 
201
- id: nbi_docs_recipes_layout
202
- xhr_data: nbi_docs_recipes_layout.html
196
+ id: j1_bokeh_08_graph_and_network_plots
197
+ xhr_data: j1_bokeh_08_graph_and_network_plots.html
203
198
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
204
199
  use_mathjax: false
200
+ altair_cleanups: false
205
201
 
206
- # --------------------------------------------------------------------------
207
- # recipes_interactive_questions
208
- #
209
202
  - textbook:
210
203
  enabled: true
211
204
 
212
- id: nbi_docs_recipes_interactive_questions
213
- xhr_data: nbi_docs_recipes_interactive_questions.html
205
+ id: j1_bokeh_09_geographic_plots
206
+ xhr_data: j1_bokeh_09_geographic_plots.html
214
207
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
215
208
  use_mathjax: false
209
+ altair_cleanups: false
216
210
 
217
- # --------------------------------------------------------------------------
218
- # empirical_distributions
219
- #
220
211
  - textbook:
221
- enabled: true
212
+ enabled: false
222
213
 
223
- id: nbi_docs_empirical_distributions
224
- xhr_data: nbi_docs_examples_empirical_distributions.html
214
+ id: j1_bokeh_10_exporting_and_embedding
215
+ xhr_data: j1_bokeh_10_exporting_and_embedding.html
225
216
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
226
217
  use_mathjax: false
218
+ altair_cleanups: false
227
219
 
228
- # --------------------------------------------------------------------------
229
- # examples_sampling_from_a_population
230
- #
231
220
  - textbook:
232
- enabled: true
221
+ enabled: false
233
222
 
234
- id: nbi_docs_examples_sampling_from_a_population
235
- xhr_data: nbi_docs_examples_sampling_from_a_population.html
223
+ id: j1_bokeh_11_running_bokeh_applications
224
+ xhr_data: j1_bokeh_11_running_bokeh_applications.html
236
225
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
237
226
  use_mathjax: false
227
+ altair_cleanups: false
228
+
229
+
230
+ # --------------------------------------------------------------------------
231
+ # Distributed Textbooks
232
+ # --------------------------------------------------------------------------
238
233
 
239
234
  # --------------------------------------------------------------------------
240
- # examples_variability_of_the_sample_mean
235
+ # interactive_widgets
241
236
  #
242
237
  - textbook:
243
238
  enabled: true
244
239
 
245
- id: nbi_docs_examples_variability_of_the_sample_mean
246
- xhr_data: nbi_docs_examples_variability_of_the_sample_mean.html
240
+ id: j1_interactive_widgets
241
+ xhr_data: j1_interactive_widgets.html
247
242
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
248
- use_mathjax: true
243
+ use_mathjax: false
249
244
 
250
245
  # --------------------------------------------------------------------------
251
- # examples_correlation
246
+ # odes_in_python
252
247
  #
253
248
  - textbook:
254
249
  enabled: true
255
250
 
256
- id: nbi_docs_examples_correlation
257
- xhr_data: nbi_docs_examples_correlation.html
251
+ id: j1_odes_in_python
252
+ xhr_data: j1_odes_in_python.html
258
253
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
259
254
  use_mathjax: true
255
+ translate_mathjax: true
260
256
 
261
257
  # --------------------------------------------------------------------------
262
- # examples_linear_regression
258
+ # circular_times_table
263
259
  #
264
260
  - textbook:
265
261
  enabled: true
266
262
 
267
- id: nbi_docs_examples_linear_regression
268
- xhr_data: nbi_docs_examples_linear_regression.html
263
+ id: j1_circular_times_table
264
+ xhr_data: j1_circular_times_table.html
269
265
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
270
266
  use_mathjax: false
271
267
 
272
268
  # --------------------------------------------------------------------------
273
- # examples_probability_distribution_plots
269
+ # pandas_intro
274
270
  #
275
271
  - textbook:
276
- enabled: true
272
+ enabled: false
277
273
 
278
- id: nbi_docs_examples_probability_distribution_plots
279
- xhr_data: nbi_docs_examples_probability_distribution_plots.html
274
+ id: j1_pandas_intro
275
+ xhr_data: j1_pandas_creating_reading_and_writing.html
280
276
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
281
277
  use_mathjax: false
282
278
 
283
279
  # --------------------------------------------------------------------------
284
- # central_limit_theorem
280
+ # testing_plotly
285
281
  #
286
282
  - textbook:
287
- enabled: true
283
+ enabled: false
288
284
 
289
- id: nbi_docs_central_limit_theorem
290
- xhr_data: nbi_docs_examples_central_limit_theorem.html
285
+ id: j1_testing_plotly
286
+ xhr_data: j1_testing_plotly.html
291
287
  xhr_data_path: /pages/public/jupyter/notebooks/textbooks
292
288
  use_mathjax: false
293
289