j1-template 2022.2.3 → 2022.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/assets/themes/j1/adapter/js/analytics.js +13 -13
  3. data/assets/themes/j1/adapter/js/nbinteract.js +192 -39
  4. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +30 -40
  5. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  6. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +23 -12
  7. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  8. data/assets/themes/j1/core/js/template.js +1 -1
  9. data/assets/themes/j1/core/js/template.min.js +1 -1
  10. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  11. data/assets/themes/j1/modules/carousel/css/theme/uno.css +5 -0
  12. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  13. data/assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.css +6 -0
  14. data/assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.min.css +1 -1
  15. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +2 -2
  16. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +1 -2
  17. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.css +33 -33
  18. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.min.css +1 -1
  19. data/assets/themes/j1/modules/nbInteract/js/requireJS/require.js +2068 -0
  20. data/assets/themes/j1/modules/nbInteract/js/requireJS/require.min.js +36 -0
  21. data/assets/themes/j1/modules/plotly/LICENSE +21 -0
  22. data/assets/themes/j1/modules/plotly/README.md +32 -0
  23. data/assets/themes/j1/modules/plotly/js/plotly.js +265345 -0
  24. data/assets/themes/j1/modules/plotly/js/plotly.min.js +65 -0
  25. data/assets/themes/j1/modules/requirejs/LICENSE +45 -0
  26. data/assets/themes/j1/modules/requirejs/README.md +79 -0
  27. data/assets/themes/j1/modules/requirejs/js/require.js +2068 -0
  28. data/assets/themes/j1/modules/requirejs/js/require.min.js +36 -0
  29. data/lib/j1/version.rb +1 -1
  30. data/lib/starter_web/Gemfile +1 -1
  31. data/lib/starter_web/_config.yml +1 -1
  32. data/lib/starter_web/_data/modules/analytics.yml +8 -23
  33. data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -1
  34. data/lib/starter_web/_data/modules/justifiedGallery.yml +14 -8
  35. data/lib/starter_web/_data/modules/navigator_menu.yml +6 -3
  36. data/lib/starter_web/_data/modules/nbinteract.yml +12 -48
  37. data/lib/starter_web/_data/resources.yml +56 -0
  38. data/lib/starter_web/_includes/attributes.asciidoc +11 -0
  39. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  40. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
  41. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
  42. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
  43. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
  44. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
  45. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
  46. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
  47. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
  48. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
  49. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  50. data/lib/starter_web/assets/videos/gallery/nye-party-shop-poster.jpg +0 -0
  51. data/lib/starter_web/assets/videos/gallery/stay-colorful-poster.jpg +0 -0
  52. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -0
  53. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -0
  54. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +1 -0
  55. data/lib/starter_web/package.json +1 -2
  56. data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +16 -16
  57. data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +149 -2
  58. data/lib/starter_web/pages/public/jupyter/docs/nbinteract-doc.adoc +1 -1
  59. data/lib/starter_web/pages/public/jupyter/examples/j1-circular-times-table.adoc +137 -0
  60. data/lib/starter_web/pages/public/jupyter/examples/j1-interactive-widgets.adoc +2 -2
  61. data/lib/starter_web/pages/public/jupyter/examples/j1-odes-in-python.adoc +11 -6
  62. data/lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc +86 -0
  63. data/lib/starter_web/pages/public/jupyter/examples/j1_climate-change-forecast.adoc +2 -2
  64. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +1058 -0
  65. data/lib/starter_web/pages/public/jupyter/notebooks/j1/{j1_ode_selected.ipynb → .ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb} +1 -1
  66. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +20 -20
  67. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/{j1_altair_interactive_test-checkpoint.ipynb → j1_ode_selected-checkpoint.ipynb} +99 -318
  68. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +15227 -0
  69. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb +12390 -0
  70. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +2 -2
  71. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +1 -1
  72. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +20 -20
  73. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb +15227 -0
  74. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +323 -0
  75. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +387 -0
  76. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +384 -0
  77. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +254 -0
  78. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +732 -0
  79. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_tutorial_monty_hall.ipynb +25 -26
  80. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +749 -0
  81. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_climate_change_forecast.html +2 -2
  82. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +186 -186
  83. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +919 -919
  84. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +955 -0
  85. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +242 -242
  86. data/lib/starter_web/pages/public/jupyter/services/binderhub.adoc +3 -3
  87. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
  88. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +9 -15
  89. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
  90. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
  91. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  92. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  93. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  94. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +117 -12
  95. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  96. data/lib/starter_web/utilsrv/package.json +1 -1
  97. metadata +38 -22
  98. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  99. data/lib/starter_web/pages/public/jupyter/notebooks/binder/binder-launches.ipynb +0 -385
  100. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -6
  101. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/binder-launches-checkpoint.ipynb +0 -385
  102. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/google_altair-checkpoint.ipynb +0 -33
  103. data/lib/starter_web/pages/public/jupyter/notebooks/j1/binder-launches.ipynb +0 -411
  104. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/binder-launches.html +0 -670
  105. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_ode_selected.html +0 -186
  106. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/excel.py +0 -55
  107. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/ggplot.py +0 -108
  108. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/ggplot2.py +0 -108
  109. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/husky.py +0 -121
  110. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/latimes.py +0 -149
  111. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/pcolor.py +0 -6
  112. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/quartz.py +0 -55
  113. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/spacy_base.py +0 -94
  114. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/spacy_mono.py +0 -158
  115. data/lib/starter_web/pages/public/jupyter/notebooks/themes/altair/sunsentinel.py +0 -125
@@ -54,12 +54,15 @@ resource_options:
54
54
  :cookie-consent: true
55
55
  :logs-files: false
56
56
  :google-analytics: true
57
+ :google-ads: false
57
58
  :hyvor: true
58
59
  :facebook: false
59
60
  :twitter: false
60
61
  :instagram: false
61
62
  :youtube: true
62
63
  :vimeo: true
64
+ :dailymotion: true
65
+ :vk: true
63
66
 
64
67
  // Load Liquid procedures
65
68
  // -----------------------------------------------------------------------------
@@ -169,7 +172,7 @@ improve the services we offer and to improve the content on our website.
169
172
  endif::[]
170
173
 
171
174
  ifeval::[{google-analytics} == true]
172
- == Traffic analytics (GA)
175
+ == Google Traffic analytics (GA)
173
176
 
174
177
  This website uses Google Analytics (GA), a data service for the analysis of
175
178
  user activity. This functionality is only available if you have given your
@@ -188,42 +191,76 @@ to evaluate users for their activity on the website. The information generated
188
191
  by cookies will be transmitted to the provider and stored on the company's
189
192
  servers.
190
193
 
191
- This website uses *anonymization* of *IP addresses*. *Network addresses* of
194
+ This website uses *anonymization* of IP addresses. Network addresses of
192
195
  visitors out of the area of the European Union as well as other countries
193
196
  were contracting to the privacy regulations on the European Economic area
194
- *shortened*. *Personal* assignment of the data recorded is *not* possible.
197
+ shortened. Personal assignment of the data recorded is *not* possible.
195
198
 
196
199
  For more information, see the companies guidelines of the
197
- link:{url-google--privacy-policy-de}[Privacy Settings, {browser-window--new}].
200
+ link:{url-google--privacy-policy-en}[Privacy Settings, {browser-window--new}].
201
+
202
+ NOTE: You can object to its use at any time by selecting the appropriate
203
+ settings with your privacy settings. Notice, however, that you may not be able
204
+ to use the full functionality of this website in this case.
205
+ endif::[]
206
+
207
+ ifeval::[{google-ads} == true]
208
+ == Google Advertising (GAA)
209
+
210
+ This website uses Google Ads (GAD), a data service for personalized
211
+ advertising. This functionality is only available if you have given your
212
+ consent on privacy settings for *personalization*.
213
+ This service is offered by:
214
+
215
+ ----
216
+ Google Inc.
217
+ 1600 Amphitheatre Parkway Mountain View
218
+ CA 94043
219
+ USA
220
+ ----
221
+
222
+ The service uses so-called cookies. These are text files saved on your system
223
+ to evaluate users for their activity on the website. The information generated
224
+ by cookies will be transmitted to the provider and stored on the company's
225
+ servers.
226
+
227
+ This website uses *anonymization* of IP addresses. Network addresses of
228
+ visitors out of the area of the European Union as well as other countries
229
+ were contracting to the privacy regulations on the European Economic area
230
+ shortened. Personal assignment of the data recorded is *not* possible.
231
+
232
+ For more information, see the companies guidelines of the
233
+ link:{url-google--privacy-policy-en}[Privacy Settings, {browser-window--new}].
198
234
 
199
235
  NOTE: You can object to its use at any time by selecting the appropriate
200
236
  settings with your privacy settings. Notice, however, that you may not be able
201
237
  to use the full functionality of this website in this case.
202
238
  endif::[]
203
239
 
240
+
204
241
  ifeval::[{hyvor} == true]
205
242
  == Use of Comments (HT)
206
243
 
207
- On our pages, *functions* of the service *Hyvor Talk* (HT) may be embedded.
244
+ On our pages, functions of the service *Hyvor Talk* (HT) may be embedded.
208
245
  This functionality is only available if you have given your consent on
209
246
  privacy settings for *personalization*.
210
247
  These services are offered by:
211
248
 
212
249
  ----
213
- Green Mount State
214
- Madawa, Pilessa No 130
215
- Kurunegala
216
- Sri Lanka
250
+ Google Inc.
251
+ 1600 Amphitheatre Parkway Mountain View
252
+ CA 94043
253
+ USA
217
254
  ----
218
255
 
219
256
  The *costs* for the provision of the service are paid by the *operator* of
220
257
  this website. The services of *Hyvor Talk* respect your privacy first. If you
221
- use commenting at *Hyvor Talk*, the platform will establish a direct link
222
- between your browser and the servers of the *Hyvor* company.
258
+ use commenting at Hyvor Talk, the platform will establish a direct link
259
+ between your browser and the servers of the Hyvor company.
223
260
 
224
261
  If you are commenting on Hyvor, *no* tracking, advertising, affiliate, or any
225
262
  other *third party* codes are collected or transmitted. Personal data is
226
- *never* passed on to third parties.
263
+ never passed on to third parties.
227
264
 
228
265
  The service uses so-called cookies. These are text files saved on your system
229
266
  to evaluate the user's activity. The information generated by cookies will be
@@ -411,3 +448,71 @@ NOTE: You can object to its use at any time by selecting the appropriate
411
448
  settings with your privacy settings. Notice, however, that you may not be able
412
449
  to use the full functionality of this website in this case.
413
450
  endif::[]
451
+
452
+ ifeval::[{dailymotion} == true]
453
+ == Use of DailyMotion Videos (DMV)
454
+
455
+ On our pages, *functions* (player) of the video platform *DailyMotion* (DMV)
456
+ may be embedded. This functionality is only available if you have given your
457
+ consent on privacy settings for *personalization*.
458
+ These services are offered by:
459
+
460
+ ----
461
+ Dailymotion
462
+ bd Malesherbes
463
+ 75017 Paris
464
+ France
465
+ ----
466
+
467
+ When you visit our website, the integration (*Player*) creates a direct
468
+ connection between your browser and the provider's server. In addition to the
469
+ content (videos), personal data is transmitted to the servers of the company
470
+ *DailyMotion*.
471
+
472
+ The service uses so-called cookies. These are text files saved on your system
473
+ to evaluate the user's activity. The information generated by cookies will be
474
+ transmitted to the provider and stored on the company's servers.
475
+ We point out that we, the operator, do not know about what data is transmitted
476
+ as well as their use at the service provider.
477
+
478
+ For more information, see the companies guidelines of the
479
+ link:{url-dailymotion--privacy-policy}[Privacy Settings, {browser-window--new}].
480
+
481
+ NOTE: You can object to its use at any time by selecting the appropriate
482
+ settings with your privacy settings. Notice, however, that you may not be able
483
+ to use the full functionality of this website in this case.
484
+ endif::[]
485
+
486
+ ifeval::[{vk} == true]
487
+ == Use of VK Videos (VKV)
488
+
489
+ On our pages, *functions* (player) of the video platform *VK* (VKV) may be
490
+ embedded. This functionality is only available if you have given your consent
491
+ on privacy settings for *personalization*.
492
+ These services are offered by:
493
+
494
+ ----
495
+ Vkontakte LLC
496
+ 5 Nevskiy Ave, 5th Floor
497
+ 191186 Saint Petersburg
498
+ Russia
499
+ ----
500
+
501
+ When you visit our website, the integration (*Player*) creates a direct
502
+ connection between your browser and the provider's server. In addition to the
503
+ content (videos), personal data is transmitted to the servers of the company
504
+ *VK*.
505
+
506
+ The service uses so-called cookies. These are text files saved on your system
507
+ to evaluate the user's activity. The information generated by cookies will be
508
+ transmitted to the provider and stored on the company's servers.
509
+ We point out that we, the operator, do not know about what data is transmitted
510
+ as well as their use at the service provider.
511
+
512
+ For more information, see the companies guidelines of the
513
+ link:{url-vk--privacy-policy}[Privacy Settings, {browser-window--new}].
514
+
515
+ NOTE: You can object to its use at any time by selecting the appropriate
516
+ settings with your privacy settings. Notice, however, that you may not be able
517
+ to use the full functionality of this website in this case.
518
+ endif::[]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.2.3",
4
+ "version": "2022.3.0",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.2.3",
4
+ "version": "2022.3.0",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2022.2.3
4
+ version: 2022.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -1439,6 +1439,8 @@ files:
1439
1439
  - assets/themes/j1/modules/nbInteract/js/nbinteract/nbinteract-core.js
1440
1440
  - assets/themes/j1/modules/nbInteract/js/nbinteract/nbinteract-core.js.map
1441
1441
  - assets/themes/j1/modules/nbInteract/js/nbinteract/nbinteract-core.min.js
1442
+ - assets/themes/j1/modules/nbInteract/js/requireJS/require.js
1443
+ - assets/themes/j1/modules/nbInteract/js/requireJS/require.min.js
1442
1444
  - assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/README.md
1443
1445
  - assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/package.json
1444
1446
  - assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/src/BinderHub.js
@@ -1452,6 +1454,10 @@ files:
1452
1454
  - assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/src/util.js
1453
1455
  - assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/src/widgets.css
1454
1456
  - assets/themes/j1/modules/nbInteract/src/j1-nbinteract-core/webpack.config.js
1457
+ - assets/themes/j1/modules/plotly/LICENSE
1458
+ - assets/themes/j1/modules/plotly/README.md
1459
+ - assets/themes/j1/modules/plotly/js/plotly.js
1460
+ - assets/themes/j1/modules/plotly/js/plotly.min.js
1455
1461
  - assets/themes/j1/modules/popper/js/popper.js
1456
1462
  - assets/themes/j1/modules/popper/js/popper.min.js
1457
1463
  - assets/themes/j1/modules/popper/js/popper.min.js.map
@@ -1464,6 +1470,10 @@ files:
1464
1470
  - assets/themes/j1/modules/rangeSlider/js/9.1.0/nouislider.js
1465
1471
  - assets/themes/j1/modules/rangeSlider/js/nouislider.js
1466
1472
  - assets/themes/j1/modules/rangeSlider/js/nouislider.min.js
1473
+ - assets/themes/j1/modules/requirejs/LICENSE
1474
+ - assets/themes/j1/modules/requirejs/README.md
1475
+ - assets/themes/j1/modules/requirejs/js/require.js
1476
+ - assets/themes/j1/modules/requirejs/js/require.min.js
1467
1477
  - assets/themes/j1/modules/rouge/css/base16.dark/theme.css
1468
1478
  - assets/themes/j1/modules/rouge/css/base16.light/theme.css
1469
1479
  - assets/themes/j1/modules/rouge/css/base16.monokai.dark/theme.css
@@ -1967,6 +1977,15 @@ files:
1967
1977
  - lib/starter_web/assets/images/pages/modals/04_fluid_modal.jpg
1968
1978
  - lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg
1969
1979
  - lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg
1980
+ - lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg
1981
+ - lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png
1982
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg
1983
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg
1984
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg
1985
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg
1986
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg
1987
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg
1988
+ - lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg
1970
1989
  - lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg
1971
1990
  - lib/starter_web/assets/images/pages/panels/florian-olivo-1920x800.jpg
1972
1991
  - lib/starter_web/assets/images/pages/panels/modules-apps-1920x800.jpg
@@ -2031,12 +2050,13 @@ files:
2031
2050
  - lib/starter_web/assets/images/quotes/default.jpg
2032
2051
  - lib/starter_web/assets/images/quotes/light-blue.jpg
2033
2052
  - lib/starter_web/assets/images/quotes/people.jpg
2034
- - lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg
2035
2053
  - lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg
2036
2054
  - lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg
2037
2055
  - lib/starter_web/assets/videos/gallery/html5/video1.mp4
2038
2056
  - lib/starter_web/assets/videos/gallery/html5/video2.mp4
2039
2057
  - lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg
2058
+ - lib/starter_web/assets/videos/gallery/nye-party-shop-poster.jpg
2059
+ - lib/starter_web/assets/videos/gallery/stay-colorful-poster.jpg
2040
2060
  - lib/starter_web/assets/videos/gallery/video1-poster.jpg
2041
2061
  - lib/starter_web/assets/videos/gallery/video1-thumb.jpg
2042
2062
  - lib/starter_web/assets/videos/gallery/video2-poster.jpg
@@ -2116,21 +2136,27 @@ files:
2116
2136
  - lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc
2117
2137
  - lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc
2118
2138
  - lib/starter_web/pages/public/jupyter/docs/nbinteract-doc.adoc
2139
+ - lib/starter_web/pages/public/jupyter/examples/j1-circular-times-table.adoc
2119
2140
  - lib/starter_web/pages/public/jupyter/examples/j1-interactive-widgets.adoc
2120
2141
  - lib/starter_web/pages/public/jupyter/examples/j1-odes-in-python.adoc
2142
+ - lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc
2121
2143
  - lib/starter_web/pages/public/jupyter/examples/j1_climate-change-forecast.adoc
2122
- - lib/starter_web/pages/public/jupyter/notebooks/binder/binder-launches.ipynb
2123
- - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/Untitled-checkpoint.ipynb
2124
- - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/binder-launches-checkpoint.ipynb
2125
- - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/google_altair-checkpoint.ipynb
2126
- - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive_test-checkpoint.ipynb
2144
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb
2145
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb
2127
2146
  - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb
2128
- - lib/starter_web/pages/public/jupyter/notebooks/j1/binder-launches.ipynb
2147
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb
2148
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb
2149
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb
2129
2150
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb
2130
2151
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb
2131
2152
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb
2132
- - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_ode_selected.ipynb
2153
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb
2154
+ - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb
2155
+ - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb
2133
2156
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb
2157
+ - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb
2158
+ - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb
2159
+ - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb
2134
2160
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_examples_central_limit_theorem.ipynb
2135
2161
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_examples_correlation.ipynb
2136
2162
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_examples_empirical_distributions.ipynb
@@ -2143,11 +2169,11 @@ files:
2143
2169
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_recipes_layout.ipynb
2144
2170
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_tutorial_interact.ipynb
2145
2171
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_tutorial_monty_hall.ipynb
2146
- - lib/starter_web/pages/public/jupyter/notebooks/textbooks/binder-launches.html
2172
+ - lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html
2147
2173
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_climate_change_forecast.html
2148
2174
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html
2149
2175
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html
2150
- - lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_ode_selected.html
2176
+ - lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html
2151
2177
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html
2152
2178
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html
2153
2179
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html
@@ -2160,16 +2186,6 @@ files:
2160
2186
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html
2161
2187
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html
2162
2188
  - lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html
2163
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/excel.py
2164
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/ggplot.py
2165
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/ggplot2.py
2166
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/husky.py
2167
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/latimes.py
2168
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/pcolor.py
2169
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/quartz.py
2170
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/spacy_base.py
2171
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/spacy_mono.py
2172
- - lib/starter_web/pages/public/jupyter/notebooks/themes/altair/sunsentinel.py
2173
2189
  - lib/starter_web/pages/public/jupyter/services/binderhub.adoc
2174
2190
  - lib/starter_web/pages/public/jupyter/services/jupyterhub.adoc
2175
2191
  - lib/starter_web/pages/public/learn/quickstart.adoc