j1-template 2022.5.0.rc0 → 2022.5.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (352) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +24 -1
  3. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +56 -0
  4. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  5. data/lib/j1/version.rb +1 -1
  6. data/lib/starter_web/Gemfile +270 -270
  7. data/lib/starter_web/_config.yml +19 -9
  8. data/lib/starter_web/_data/blocks/banner.yml +17 -0
  9. data/lib/starter_web/_data/modules/justifiedGallery.yml +82 -0
  10. data/lib/starter_web/_data/modules/masterslider.yml +5 -5
  11. data/lib/starter_web/_data/modules/navigator_menu.yml +208 -168
  12. data/lib/starter_web/_includes/attributes.asciidoc +18 -14
  13. data/lib/starter_web/_includes/tables/template_variables.asciidoc +1 -1
  14. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +4 -4
  15. data/lib/starter_web/assets/images/pages/features/blog-post-navigator-1280x1000.jpg +0 -0
  16. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  17. data/lib/starter_web/assets/images/pages/features/clipboard-1280x600.jpg +0 -0
  18. data/lib/starter_web/assets/images/pages/features/comments-1280x600.jpg +0 -0
  19. data/lib/starter_web/assets/images/pages/features/cookie-consent-1280x800.jpg +0 -0
  20. data/lib/starter_web/assets/images/pages/features/desktop-web-navigation-1280x1000.jpg +0 -0
  21. data/lib/starter_web/assets/images/pages/features/example-content-1280x800.jpg +0 -0
  22. data/lib/starter_web/assets/images/pages/features/example-content-present-videos-1280x800.jpg +0 -0
  23. data/lib/starter_web/assets/images/pages/features/fab-1280x500.jpg +0 -0
  24. data/lib/starter_web/assets/images/pages/features/full-text-search-1280x800.jpg +0 -0
  25. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  26. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  27. data/lib/starter_web/assets/images/pages/features/intro-panel-1280x800.jpg +0 -0
  28. data/lib/starter_web/assets/images/pages/features/master-header-1280x600.jpg +0 -0
  29. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  30. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  31. data/lib/starter_web/assets/images/pages/features/nav-module-1280x300.jpg +0 -0
  32. data/lib/starter_web/assets/images/pages/features/nbi-barchart-1280x800.jpg +0 -0
  33. data/lib/starter_web/assets/images/pages/features/teaser-banner-1280x600.jpg +0 -0
  34. data/lib/starter_web/assets/images/pages/features/translator-1280x800.jpg +0 -0
  35. data/lib/starter_web/assets/images/sticker/600x600/sticker-new-version.png +0 -0
  36. data/lib/starter_web/assets/images/sticker/scalable/readme +0 -0
  37. data/lib/starter_web/dot.ruby-version +1 -0
  38. data/lib/starter_web/package.json +7 -7
  39. data/lib/starter_web/pages/public/_jupyter/docs/_includes/attributes.asciidoc +67 -0
  40. data/lib/starter_web/pages/public/_jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +232 -0
  41. data/lib/starter_web/pages/public/_jupyter/docs/binderhub.adoc +631 -0
  42. data/lib/starter_web/pages/public/_jupyter/docs/j1-nbinteract.adoc +638 -0
  43. data/lib/starter_web/pages/public/_jupyter/docs/jupyterhub.adoc +248 -0
  44. data/lib/starter_web/pages/public/_jupyter/docs/nbinteract-widget-manual.adoc +928 -0
  45. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-circular-times-table.adoc +139 -0
  46. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-common-used-widgets.adoc +229 -0
  47. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-odes-in-python.adoc +112 -0
  48. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-altair/j1-altair-visualisations.adoc +142 -0
  49. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bokeh-visualisations.adoc +171 -0
  50. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bqplot-eamples.adoc +111 -0
  51. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-plotly/j1-plotly-visualisations.adoc +94 -0
  52. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1_climate-change-forecast.adoc +106 -0
  53. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +16260 -0
  54. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_bgplot_line_plot-checkpoint.ipynb +247 -0
  55. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-Copy1-checkpoint.ipynb +12382 -0
  56. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +12387 -0
  57. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-short-checkpoint.ipynb +12170 -0
  58. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +1058 -0
  59. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +14478 -0
  60. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-Copy1-checkpoint.ipynb +379 -0
  61. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +442 -0
  62. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets-checkpoint.ipynb +523 -0
  63. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.line_charts-checkpoint.ipynb +84 -0
  64. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.questions-checkpoint.ipynb +194 -0
  65. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_chart-checkpoint.ipynb +89 -0
  66. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-Copy1-checkpoint.ipynb +164 -0
  67. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-checkpoint.ipynb +173 -0
  68. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts.1-checkpoint.ipynb +256 -0
  69. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_barcharts-checkpoint.ipynb +126 -0
  70. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_hist_chart-checkpoint.ipynb +87 -0
  71. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_chart-checkpoint.ipynb +90 -0
  72. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_charts-checkpoint.ipynb +87 -0
  73. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_multiple_choice-checkpoint.ipynb +64 -0
  74. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_short_answer-checkpoint.ipynb +122 -0
  75. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_questions-checkpoint.ipynb +181 -0
  76. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_chart-checkpoint.ipynb +89 -0
  77. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_charts-checkpoint.ipynb +175 -0
  78. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_drag_chart-checkpoint.ipynb +87 -0
  79. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +14478 -0
  80. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +15227 -0
  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/j1_circular_times_table.ipynb +12382 -0
  83. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +1058 -0
  84. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +14478 -0
  85. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_interactive_widgets.ipynb +442 -0
  86. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets.ipynb +523 -0
  87. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +89 -0
  88. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +87 -0
  89. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +90 -0
  90. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +64 -0
  91. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +122 -0
  92. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +89 -0
  93. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +87 -0
  94. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_odes_in_python.ipynb +15227 -0
  95. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  96. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  97. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +16296 -0
  98. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_non_interactive-checkpoint.ipynb +15385 -0
  99. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_interactive.ipynb +16296 -0
  100. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_non_interactive.ipynb +15385 -0
  101. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/00 - Introduction and Setup-checkpoint.ipynb +717 -0
  102. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/01 - Basic Plotting-checkpoint.ipynb +1381 -0
  103. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/02 - Styling and Theming-checkpoint.ipynb +1440 -0
  104. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/03 - Data Sources and Transformations-checkpoint.ipynb +927 -0
  105. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/04 - Adding Annotations-checkpoint.ipynb +1105 -0
  106. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/05 - Presentation Layouts-checkpoint.ipynb +578 -0
  107. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/06 - Linking and Interactions-checkpoint.ipynb +1196 -0
  108. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/07 - Bar and Categorical Data Plots-checkpoint.ipynb +1681 -0
  109. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/08 - Graph and Network Plots-checkpoint.ipynb +680 -0
  110. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/09 - Geographic Plots-checkpoint.ipynb +693 -0
  111. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/10 - Exporting and Embedding-checkpoint.ipynb +751 -0
  112. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/11 - Running Bokeh Applications-checkpoint.ipynb +770 -0
  113. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/bokeh_tut_00_introduction_and_setup-checkpoint.ipynb +666 -0
  114. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_01_basic_plotting-checkpoint.ipynb +1365 -0
  115. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_02_styling_and_theming-checkpoint.ipynb +1405 -0
  116. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_03_data_sources_and_transformations-checkpoint.ipynb +856 -0
  117. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_04_adding_annotations-checkpoint.ipynb +1167 -0
  118. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_05_presentation_layouts-checkpoint.ipynb +601 -0
  119. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_06_linking_and_interactions-checkpoint.ipynb +1356 -0
  120. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_07_bar_and_categorical_data_plots-checkpoint.ipynb +1742 -0
  121. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_08_graph_and_network_plots-checkpoint.ipynb +625 -0
  122. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_09_geographic_plots-checkpoint.ipynb +685 -0
  123. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.ipynb +726 -0
  124. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.org +726 -0
  125. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding.new-checkpoint.ipynb +560 -0
  126. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_11_running_bokeh_applications-checkpoint.ipynb +716 -0
  127. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_01_basic_plotting.ipynb +1365 -0
  128. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_02_styling_and_theming.ipynb +1405 -0
  129. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_03_data_sources_and_transformations.ipynb +856 -0
  130. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_04_adding_annotations.ipynb +1167 -0
  131. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_05_presentation_layouts.ipynb +601 -0
  132. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_06_linking_and_interactions.ipynb +1356 -0
  133. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_07_bar_and_categorical_data_plots.ipynb +1742 -0
  134. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_08_graph_and_network_plots.ipynb +625 -0
  135. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_09_geographic_plots.ipynb +685 -0
  136. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/.ipynb_checkpoints/j1_mathplot_vs_bqplot-checkpoint.ipynb +336 -0
  137. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/advanced/Feature_Vector_Distribution-Iris-Digits.ipynb +433 -0
  138. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_bgplot_line_plot.ipynb +244 -0
  139. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_circular_times_table-short.ipynb +12170 -0
  140. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_mathplot_vs_bqplot.ipynb +336 -0
  141. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Index-checkpoint.ipynb +163 -0
  142. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Tutorials-checkpoint.ipynb +51 -0
  143. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Advanced Plotting.ipynb +289 -0
  144. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Animations.ipynb +266 -0
  145. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Axis Properties.ipynb +396 -0
  146. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Plotting Dates.ipynb +318 -0
  147. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/Time Series.ipynb +158 -0
  148. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/spx_prices.csv +6799 -0
  149. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Feature_Vector_Distribution-Iris-Digits.ipynb +470 -0
  150. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Index.ipynb +49 -0
  151. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Logs Analytics/Logs Dashboard.ipynb +378 -0
  152. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Mobile Patent Suits.ipynb +123 -0
  153. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Neural Network.ipynb +177 -0
  154. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Outlier Detection.ipynb +311 -0
  155. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Bubble Chart.ipynb +255 -0
  156. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Choropleth.ipynb +275 -0
  157. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/nations.json +1 -0
  158. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/world_map_codes.csv +234 -0
  159. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Basic Plotting-checkpoint.ipynb +186 -0
  160. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Pyplot-checkpoint.ipynb +794 -0
  161. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Untitled-checkpoint.ipynb +323 -0
  162. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Basic Plotting.ipynb +261 -0
  163. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Pyplot.ipynb +1489 -0
  164. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Index.ipynb +163 -0
  165. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Interaction Layer.ipynb +966 -0
  166. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Mark Interactions.ipynb +476 -0
  167. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Selectors.ipynb +427 -0
  168. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Introduction.ipynb +528 -0
  169. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bars.ipynb +480 -0
  170. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bins.ipynb +217 -0
  171. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Boxplot.ipynb +253 -0
  172. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Candles.ipynb +225 -0
  173. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/FlexLine.ipynb +123 -0
  174. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Graph.ipynb +357 -0
  175. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/GridHeatMap.ipynb +422 -0
  176. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/HeatMap.ipynb +157 -0
  177. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Hist.ipynb +176 -0
  178. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Image.ipynb +195 -0
  179. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Label.ipynb +189 -0
  180. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Lines.ipynb +565 -0
  181. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Map.ipynb +182 -0
  182. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Market Map.ipynb +315 -0
  183. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Pie.ipynb +465 -0
  184. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Scatter.ipynb +835 -0
  185. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bars.ipynb +362 -0
  186. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bins.ipynb +252 -0
  187. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Boxplot.ipynb +273 -0
  188. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Candles.ipynb +242 -0
  189. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/GridHeatMap.ipynb +417 -0
  190. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/HeatMap.ipynb +155 -0
  191. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Hist.ipynb +238 -0
  192. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Image.ipynb +152 -0
  193. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Label.ipynb +206 -0
  194. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Lines.ipynb +474 -0
  195. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Map.ipynb +181 -0
  196. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Pie.ipynb +310 -0
  197. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Scatter.ipynb +702 -0
  198. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Scales/Color Scales.ipynb +495 -0
  199. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Feature_Vector_Distribution-Iris-Digits-checkpoint.ipynb +433 -0
  200. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Linking Plots With Widgets-checkpoint.ipynb +326 -0
  201. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-Copy1-checkpoint.ipynb +177 -0
  202. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-checkpoint.ipynb +177 -0
  203. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Brush Interval Selector.ipynb +154 -0
  204. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Fast Interval Selector.ipynb +152 -0
  205. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density Widget.ipynb +128 -0
  206. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density.ipynb +113 -0
  207. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Linking Plots With Widgets.ipynb +326 -0
  208. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Object Model.ipynb +179 -0
  209. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Pyplot.ipynb +174 -0
  210. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Updating Plots.ipynb +177 -0
  211. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials.ipynb +51 -0
  212. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/country_codes.csv +213 -0
  213. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/gdp_per_capita.csv +56 -0
  214. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/state_codes.csv +52 -0
  215. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/trees.jpg +0 -0
  216. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +247 -0
  217. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +323 -0
  218. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +387 -0
  219. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +185 -0
  220. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +384 -0
  221. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +254 -0
  222. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +732 -0
  223. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_central_limit_theorem.ipynb +247 -0
  224. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_correlation.ipynb +651 -0
  225. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_empirical_distributions.ipynb +773 -0
  226. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_linear_regression.ipynb +111 -0
  227. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_probability_distribution_plots.ipynb +199 -0
  228. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_sampling_from_a_population.ipynb +421 -0
  229. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_variability_of_the_sample_mean.ipynb +323 -0
  230. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_graphing.ipynb +387 -0
  231. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_interactive_questions.ipynb +185 -0
  232. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_layout.ipynb +384 -0
  233. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_interact.ipynb +254 -0
  234. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_monty_hall.ipynb +732 -0
  235. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Advanced Plotting.html +373 -0
  236. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Animations.html +361 -0
  237. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Axis Properties.html +569 -0
  238. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bars.html +487 -0
  239. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Basic Plotting.html +341 -0
  240. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bins.html +259 -0
  241. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Boxplot.html +277 -0
  242. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Brush Interval Selector.html +182 -0
  243. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bubble Chart.html +299 -0
  244. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Candles.html +252 -0
  245. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Choropleth.html +318 -0
  246. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Color Scales.html +514 -0
  247. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Fast Interval Selector.html +182 -0
  248. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Feature_Vector_Distribution-Iris-Digits.html +479 -0
  249. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/FlexLine.html +128 -0
  250. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density Widget.html +152 -0
  251. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density.html +137 -0
  252. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Graph.html +484 -0
  253. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/GridHeatMap.html +483 -0
  254. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/HeatMap.html +170 -0
  255. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Hist.html +349 -0
  256. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Image.html +177 -0
  257. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Index.html +29 -0
  258. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Interaction Layer.html +1372 -0
  259. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Introduction.html +749 -0
  260. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Label.html +268 -0
  261. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Lines.html +704 -0
  262. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Linking Plots With Widgets.html +389 -0
  263. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Logs Dashboard.html +455 -0
  264. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Map.html +229 -0
  265. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mark Interactions.html +613 -0
  266. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Market Map.html +413 -0
  267. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mobile Patent Suits.html +131 -0
  268. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Neural Network.html +190 -0
  269. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Object Model.html +193 -0
  270. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Outlier Detection.html +363 -0
  271. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pie.html +367 -0
  272. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Plotting Dates.html +337 -0
  273. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pyplot.html +196 -0
  274. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Scatter.html +948 -0
  275. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Selectors.html +489 -0
  276. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Time Series.html +173 -0
  277. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Tutorials.html +40 -0
  278. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Updating Plots.html +228 -0
  279. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  280. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  281. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bgplot_line_plot.html +318 -0
  282. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  283. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  284. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  285. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  286. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  287. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  288. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  289. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  290. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  291. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table-short.html +475 -0
  292. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table.html +747 -0
  293. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_climate_change_forecast.html +1250 -0
  294. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +186 -0
  295. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_interactive_widgets.html +512 -0
  296. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_mathplot_vs_bqplot.html +407 -0
  297. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets.html +629 -0
  298. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +95 -0
  299. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +93 -0
  300. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +96 -0
  301. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +70 -0
  302. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +156 -0
  303. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +95 -0
  304. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +93 -0
  305. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_odes_in_python.html +955 -0
  306. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +290 -0
  307. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +818 -0
  308. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +351 -0
  309. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +106 -0
  310. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +228 -0
  311. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +518 -0
  312. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +372 -0
  313. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +473 -0
  314. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +242 -0
  315. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +496 -0
  316. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +329 -0
  317. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +866 -0
  318. data/lib/starter_web/pages/public/_jupyter/where_to_go.adoc +270 -0
  319. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  320. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  321. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  322. data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
  323. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  324. data/lib/starter_web/pages/public/features/general.adoc +74 -33
  325. data/lib/starter_web/pages/public/features/template.adoc +159 -68
  326. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_images.adoc +1 -1
  327. data/lib/starter_web/pages/public/learn/_roundtrip/400_asciidoc_extensions.adoc +0 -1
  328. data/lib/starter_web/pages/public/learn/_roundtrip/500_themes.adoc +1 -1
  329. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/attributes.asciidoc +5 -5
  330. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +7 -6
  331. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -2
  332. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +4 -2
  333. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
  334. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  335. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  336. data/lib/starter_web/utilsrv/package.json +1 -1
  337. metadata +361 -17
  338. data/lib/starter_web/_includes/_attributes.asciidoc +0 -575
  339. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1080x800.jpg +0 -0
  340. data/lib/starter_web/assets/images/pages/features/comments-1080x600.jpg +0 -0
  341. data/lib/starter_web/assets/images/pages/features/cookie-consent-1080x800.jpg +0 -0
  342. data/lib/starter_web/assets/images/pages/features/example-content-present-videos-1080x800.jpg +0 -0
  343. data/lib/starter_web/assets/images/pages/features/fab-1080x500.jpg +0 -0
  344. data/lib/starter_web/assets/images/pages/features/full-text-search-1080x800.jpg +0 -0
  345. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  346. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  347. data/lib/starter_web/assets/images/pages/features/intro-panel-1080x800.jpg +0 -0
  348. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  349. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  350. data/lib/starter_web/assets/images/pages/features/nav-module-1080x300.jpg +0 -0
  351. data/lib/starter_web/assets/images/pages/features/teaser-banner-1080x600.jpg +0 -0
  352. data/lib/starter_web/assets/images/pages/features/translator-1080x800.jpg +0 -0
@@ -0,0 +1,270 @@
1
+ ---
2
+ title: Where to go
3
+ tagline: presenting data analysis projects
4
+ date: 2022-03-28 00:00:00
5
+ description: >
6
+ The package nbinteract aims to enable authors and educators to create and
7
+ share interactive web pages easily. Interactive explanations of concepts are
8
+ useful for communicating and explaining tricky concepts.
9
+ keywords: >
10
+ opensource, free, load, download, start, starter, example,
11
+ high, easy, use, secure, encrypt, standard, popular,
12
+ generate, create, learn, distribute, publish, deploy,
13
+ beginner, advanced, expert, student, learner, educator,
14
+ writer, reader, visitor,
15
+ framework, toolkit, integration, extension, module, api,
16
+ dynamic, static, generator, client, server, internet, local, localhost,
17
+ page, web, website, webdesign, material, design, responsive,
18
+ javascript, nodejs, ruby, windows, linux, osx, mac, os,
19
+ http, https, html, html5, css, scss, style,
20
+ browser, firefox, chrome, edge, opera, safari,
21
+ configuration, generator, navigation, menu, dropdown, fab, action, button,
22
+ application, interface, provider, api, repository,
23
+ cookie, language, translation, gdpr, dsgvo, privacy,
24
+ asciidoc, aciidoctor, bootstrap, jekyll, liquid,
25
+ hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
26
+ provider, service, internet, support,
27
+ google, analytics, advertising, search, console, silverlight, score,
28
+ j1, nbi, j1-nbinteract, nbinteract, template, integration,
29
+ python, jupyter, notebook, textbook, api, app,
30
+ binder, binderhub, jupyterhub
31
+
32
+ categories: [ Software, Python ]
33
+ tags: [ Binder, Jupyter, Notebooks ]
34
+
35
+ scrollbar: false
36
+ fab_menu_id: page_ctrl
37
+ personalization: true
38
+
39
+ permalink: /pages/public/jupyter/where-to-go/
40
+ regenerate: false
41
+
42
+ resources: [ animate, clipboard, rouge ]
43
+ resource_options:
44
+ - attic:
45
+ opacity: 0.3
46
+ slides:
47
+ - url: /assets/images/modules/attics/tldr-1920x800.jpg
48
+ alt: Photo by Alexander Redl on Unsplash
49
+ badge:
50
+ type: unsplash
51
+ author: Alexander Redl
52
+ href: https://unsplash.com/@alexanderredl
53
+
54
+ # slides:
55
+ # - url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
56
+ # alt: Photo by Yellow Cactus on Unsplash
57
+ # badge:
58
+ # type: unsplash
59
+ # author: Yellow Cactus
60
+ # href: https://unsplash.com/@yellowcactus
61
+ ---
62
+
63
+ // Page Initializer
64
+ // =============================================================================
65
+ // Enable the Liquid Preprocessor
66
+ :page-liquid:
67
+
68
+ // Set (local) page attributes here
69
+ // -----------------------------------------------------------------------------
70
+ // :page--attr: <attr-value>
71
+ //
72
+ // :starter-web-enabled:
73
+ :binder-badges-enabled: false
74
+
75
+ :binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
76
+ :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
77
+
78
+ :url-j1-notebook--times-tables: /pages/public/jupyter/examples/distributed/j1-circular-times-table/
79
+ :url-j1-notebook--climate-change: /pages/public/jupyter/examples/localized/climate-change-forecast/
80
+ :url-j1-altair-local--visualizations: /pages/public/jupyter/examples/localized/j1-altair-visualizations/
81
+ :url-j1-bokeh-local--visualizations: /pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
82
+ :url-j1-nbi-module-docs--local: /pages/public/jupyter/docs/j1-nbinteract-docs/
83
+ :url-j1-nbi-apis-binder--local: /pages/public/jupyter/docs/binderhub/
84
+
85
+ // Load Liquid procedures
86
+ // -----------------------------------------------------------------------------
87
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
88
+
89
+ // Load page attributes
90
+ // -----------------------------------------------------------------------------
91
+ {% include {{load_attributes}} scope="global" %}
92
+
93
+
94
+ // Page content
95
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96
+ // image:/assets/images/badges/myBinder.png[Binder, link="https://mybinder.org/", {browser-window--new}]
97
+ // image:/assets/images/badges/docsBinder.png[Binder, link="https://mybinder.readthedocs.io/en/latest/", {browser-window--new}]
98
+ // See: https://towardsdatascience.com/ordinal-differential-equation-ode-in-python-8dc1de21323b
99
+
100
+ ifeval::[{binder-badges-enabled} == true]
101
+ image:https://mybinder.org/badge_logo.svg[Binder, link="{binder-app-launch--lab}", {browser-window--new}]
102
+ endif::[]
103
+
104
+ Jupyter Notebook (JN) is an open source web application based on the programming
105
+ language _Python_ that allows data scientists to create and share documents
106
+ that include explanatory text, live code, equations, and other multimedia
107
+ resources like images or videos.
108
+
109
+ To understand the technical terms of Jupyter (JN) better, below you find a
110
+ brief description the base components.
111
+
112
+ Jupyter Notebook App::
113
+ The Jupyter Notebook *App* is a server-client application that allows editing
114
+ and running notebook documents via a web browser. The Notebook App can be
115
+ executed on a local desktop requiring no internet access or can be installed
116
+ on a remote server and accessed through the internet in a cloud.
117
+
118
+ Notebook documents::
119
+ Notebook documents (or *notebooks* for short) are documents created by the
120
+ Notebook App, and both computer code (e.g., Python) and rich text may contain
121
+ elements (paragraphs, equations, figures, links, etc.). Notebook documents are
122
+ human-readable documents, alongside code descriptions and results like figures,
123
+ tables, etc.
124
+
125
+ == The J1 Module NBI
126
+
127
+ The _Python_ package `nbinteract` allows authors to convert Jupyter Notebooks
128
+ into standalone HTML text pages: the *Textbooks*. The containing elements can
129
+ include arbitrary Python code to generate output as well as Python libraries
130
+ like _NumPy_ and _Pandas_ and libraries that create data visualisation like
131
+ _Matplotlib_, _Plotly_, _Altair_ or _Bokeh_.
132
+
133
+ *Anyone* with a modern web browser can use the resulting web pages even if
134
+ *no* Python or Jupyter installed on their computer. To make this possible,
135
+ the J1 module *NBI* uses the freely available cloud service _Binder_.
136
+
137
+ The built-in Starter Web of the template comes with a suitable NBI
138
+ configuration and notebook documents for testing. You can find examples of
139
+ pages that contain interactive textbooks under the menu `Lern` underneath
140
+ the submenu `Experimental|Distributed Notebooks` or
141
+ `Experimental|Localized Notebooks`.
142
+
143
+ === Notebooks vs. Textbooks
144
+
145
+ Jupyter Notebook documents with the extension `.ipynb` are *data* files in
146
+ the JSON format and can only be run using the *App* of Jupyter Notebook. On
147
+ the other hand, Textbooks are HTML exports of Jupyter Notebooks with the
148
+ extension `.html` to be viewed in a web browser without *no* the need using
149
+ a locally installed Jupyter App to be displayed.
150
+
151
+ For integrating textbooks in webpages, the notebooks with the extension
152
+ `.ipynb` are to be *exported* to HTML (text) files using the Python program
153
+ `nbinteract`. Textbooks that have already been exported can be found for the
154
+ *Starter Web* in the folder `~/pages/public/jupyter/notebooks` in the
155
+ subfolder `textbooks`.
156
+
157
+ === Distributed vs. Localized Textbooks
158
+
159
+ The Python program `nbinteract` can export all types of containing elements of
160
+ a Jupyter Notebook including embedded Javascript code that all
161
+ modern web browsers can run. Important components of Jupyter notebooks are data
162
+ visualizations to make sense of the data presented to the readers. Another
163
+ important feature of Notebooks is *interactivity* which allows to change or
164
+ select specific data elements to vary the output of data visualizations.
165
+
166
+ The most flexible solution for interactive Notebooks are elements based on
167
+ native Python code. To run the Python code as part of an HTML page, a
168
+ computation engine is required for its execution. To run arbitrary Python code
169
+ for generating output, the services at _Binder_ come into the game. The J1
170
+ module *NBI* process Textbooks that contain Python code by connecting a running
171
+ Jupyter Notebook instance (JN) in the cloud.
172
+
173
+ Many modern visualization libraries used for Jupyter Notebooks are based on
174
+ pure Javascript code that web browsers can process without the need of an
175
+ additional (external) computation engine.
176
+
177
+ Distributed Textbooks::
178
+ Distributed Textbooks use embedded Python code that requires an additional
179
+ computation engine. The module NBI of J1 Template connects via the _Binder_
180
+ service for execution to process and display those notebooks. This remote
181
+ execution allows *all* sorts of data visualization and interactivity Jupyter
182
+ Notebooks can offer.
183
+
184
+ Localized Textbooks::
185
+ If the module NBI detects localized Textbooks, the module interface does
186
+ *not* execute embedded Python code but displays those elements as *static*
187
+ text sections. Data visualization elements are embedded as images or,
188
+ depending on the visualization library used, as Javascript code that can
189
+ be executed natively by a web browser. Available data visualization and
190
+ interactivity depend on the visualization libraries used.
191
+
192
+
193
+ == Where to go
194
+
195
+ To get an impression of what exported Textbooks by the NBI module are and what
196
+ can be achieved for static websites embedding and presenting Jupyter Notebooks
197
+ the reader should first visit the already prepared Textbooks.
198
+
199
+ Distributed Notebooks::
200
+ Distributed Notebooks demonstrate the full power of the NBI module. An
201
+ interesting example may be the interactive visualization of well-known
202
+ *Time Tables*. This notebook is fun but shows some magic of mathematics.
203
+
204
+ You find this fun notebook link:{url-j1-notebook--times-tables}[from here, {browser-window--new}].
205
+
206
+ Localized Notebooks::
207
+ An example of a simple localized notebook is shown by
208
+ link:{url-j1-notebook--climate-change}[Climate Change Forecast, {browser-window--new}].
209
+ The HTML export contains all text, code and graphical elements but is completely
210
+ static, because no interactive elements are provided.
211
+
212
+ // For a Starter Web, Altair and Bokeh examples are available only from
213
+ // remote (jekyll.one)
214
+ //
215
+ ifdef::starter-web-enabled[]
216
+ Localized Notebooks are in general limited in terms of interactivity and data
217
+ visualization but can achieve *similar* results if a powerful Javascript-based
218
+ visualization the library is used. An excellent example of such a powerful
219
+ Javascript-based visualization library is demonstrated with the tour through
220
+ the (interactive) graphic elements of
221
+ link:{url-j1-bokeh-visualizations--remote}[Bokeh, {browser-window--new}].
222
+ endif::[]
223
+
224
+ ifndef::starter-web-enabled[]
225
+ Localized Notebooks are in general limited in terms of interactivity and data
226
+ visualization but can achieve *similar* results if a powerful Javascript-based
227
+ visualization the library is used. An excellent example of such a powerful
228
+ Javascript-based visualization library is demonstrated with the tour through
229
+ the (interactive) graphic elements of
230
+ link:{url-j1-bokeh-local--visualizations}[Bokeh, {browser-window--new}].
231
+ endif::[]
232
+
233
+ // For a Starter Web, NBI Docs and NBI APIs are available only from
234
+ // remote (jekyll.one)
235
+ //
236
+ ifdef::starter-web-enabled[]
237
+ NBI Documentation::
238
+ Find more about how the NBI module works and what resources are used in
239
+ this section. More about the module configuration and how it is used for static
240
+ web pages can be found in this section:
241
+ link:{url-j1-nbi-module-docs--remote}[NBI Docs, {browser-window--new}].
242
+ endif::[]
243
+
244
+ ifndef::starter-web-enabled[]
245
+ NBI Documentation::
246
+ Find more about how the NBI module works and what resources are used in
247
+ this section. More about the module configuration and how it is used for static
248
+ web pages can be found in this section:
249
+ link:{url-j1-nbi-module-docs--local}[NBI Docs, {browser-window--new}].
250
+ endif::[]
251
+
252
+ ifdef::starter-web-enabled[]
253
+ NBI APIs::
254
+ More about the backgrounds of the NBI module and what are APIs are used
255
+ under the hood can be found in this section. As the _Binder_ service is
256
+ intensively used for distributed notebooks, more about these background service
257
+ is provided at the
258
+ link:{url-j1-nbi-apis--binder-remote}[Binder API, {browser-window--new}].
259
+ endif::[]
260
+
261
+ ifndef::starter-web-enabled[]
262
+ NBI APIs::
263
+ More about the backgrounds of the NBI module and what are APIs are used
264
+ under the hood can be found in this section. As the _Binder_ service is
265
+ intensively used for distributed notebooks, more about these background service
266
+ is provided at the
267
+ link:{url-j1-nbi-apis-binder--local}[Binder API, {browser-window--new}].
268
+ endif::[]
269
+
270
+ Having fun exploring the world of *Data Science* and *Analysis*.
@@ -20,7 +20,7 @@ analytics: true
20
20
  comments: false
21
21
 
22
22
  exclude_from_search: true
23
- regenerate: true # needed to update pages
23
+ regenerate: false # set to 'true', if update posts is required
24
24
 
25
25
  resources: [ animate ]
26
26
  resource_options:
@@ -20,7 +20,7 @@ advertising: false
20
20
  comments: false
21
21
 
22
22
  exclude_from_search: true
23
- regenerate: true # needed to update pages
23
+ regenerate: false # set to 'true', if update posts is required
24
24
 
25
25
  resources: [ animate ]
26
26
  resource_options:
@@ -21,7 +21,7 @@ advertising: false
21
21
  comments: false
22
22
 
23
23
  exclude_from_search: true
24
- regenerate: false # page currently NOT used
24
+ regenerate: false # set to 'true', if update posts is required
25
25
 
26
26
  resources: [ animate ]
27
27
  resource_options:
@@ -20,7 +20,7 @@ advertising: false
20
20
  comments: false
21
21
 
22
22
  exclude_from_search: true
23
- regenerate: true # needed to update pages
23
+ regenerate: false # set to 'true', if update posts is required
24
24
 
25
25
  resources: [ animate ]
26
26
  resource_options:
@@ -17,13 +17,13 @@ sort: date
17
17
  toc: true
18
18
  fab_menu_id: default
19
19
 
20
- scrollDynamicPagesTopOnChange: false # do NOT scroll the page to top on content changes
20
+ scrollDynamicPagesTopOnChange: false # do NOT scroll the page to top on content changes
21
21
 
22
22
  analytics: true
23
23
  advertising: false
24
24
  comments: false
25
25
 
26
- regenerate: true # needed to update the pagination pages
26
+ regenerate: false # set to 'true', if update posts is required
27
27
 
28
28
  resources: [ animate, scroller ]
29
29
  resource_options:
@@ -41,6 +41,8 @@ robots:
41
41
  index: true
42
42
  follow: true
43
43
 
44
+ fab_menu_id: page_ctrl
45
+
44
46
  permalink: /pages/public/features/general_features/
45
47
  regenerate: false
46
48
 
@@ -97,29 +99,37 @@ No license issues for private or professional use.
97
99
  J1 Template is based on these popular software platforms:
98
100
 
99
101
  mdi:language-ruby[24px, md-blue ml-3 mr-2]
100
- Ruby 2.7 +
102
+ <<Ruby>> >= 2.7 +
101
103
  mdi:language-ruby[24px, md-blue ml-3 mr-2]
102
- Jekyll 4.2 +
104
+ <<Jekyll>> 4.2 +
103
105
  mdi:nodejs[24px, md-blue ml-3 mr-2]
104
- NodeJS 12.x
106
+ <<NodeJS>> 14.x
105
107
 
106
108
  All software-platforms are OpenSource, free to use and available on all
107
109
  common operating systems like Windows, Linux, and OSX.
108
110
 
109
- === Ruby and Jekyll
111
+ === Ruby
112
+
113
+ For the latest versions of J1 Template (>= *2022.5.0*), Ruby V3 is recommended.
114
+ The latest Ruby versions offer much better run-time performance. Ruby 3 will
115
+ be up to three times faster compared to Ruby 2.0. This will definively
116
+ speed-up the development processes for your new website.
110
117
 
111
- The template system J1 is based on the Ruby language of version
112
- 2.x. For sure, not the latest language version for Ruby but the
113
- supported platform for the latest Jekyll software.
118
+ === Jekyll
119
+
120
+ The latest version of
121
+ http://jekyllrb.com/news/2022/03/03/jekyll-4-2-2-released/[Jekyll v4.2.2 (March 2022), {browser-window--new}]
122
+ including all fixes for version V4. The upcoming version *v4.3.0* will offer
123
+ some new features and modernized functionality. If this version is released,
124
+ all new features will be implemented in J1 as well.
114
125
 
115
126
  === NodeJS
116
127
 
117
- Websites created by Jekyll One are projects managed by NodeJS. The
118
- built-in script engine provided by the package manager `npm` of NodeJS
119
- simplifies the management of J1 projects a lot. Well-known commands
120
- typically used to manage software projects are at your fingertips.
121
- Easy to learn, easy to remember. Commands support creators to
122
- concentrate on the content.
128
+ Websites created by Jekyll One are projects managed by NodeJS. The built-in
129
+ script engine provided by the package manager `npm` of NodeJS simplifies the
130
+ management of J1 projects a lot. Well-known commands typically used to manage
131
+ software projects are at your fingertips. Easy to learn, easy to remember.
132
+ Simple commands support creators to concentrate on the content.
123
133
 
124
134
  == Frameworks
125
135
 
@@ -128,26 +138,26 @@ extensions, and modules. All build-in frameworks are industry standard,
128
138
  well known, and accepted worldwide.
129
139
 
130
140
  mdi:bootstrap[24px, md-blue ml-3 mr-2]
131
- Bootstrap V5 +
141
+ <<Bootstrap V5>> +
132
142
  mdi:language-html5[24px, md-blue ml-3 mr-2]
133
- HTML5, CSS and Javascript +
143
+ <<Internet Standards Supported>> (HTML5, CSS and Javascript) +
134
144
  mdi:grass[24px, md-blue ml-3 mr-2]
135
- Icon Fonts +
145
+ <<Icon Fonts>> +
136
146
  mdi:application-settings[24px, md-blue ml-3 mr-2]
137
- Fully configurable components +
147
+ <<Fully Configurable>> +
138
148
 
139
149
  === Bootstrap V5
140
150
 
141
151
  For current webs, a must: responsiveness and modern design. Jekyll One is
142
- based on Bootstrap V5, the leading platform to create today's responsive webs.
152
+ based on Bootstrap V5, the leading platform to create today's responsive
153
+ webs.
143
154
 
144
- === HTML5, CSS and Javascript
155
+ === Internet Standards Supported
145
156
 
146
- Professional websites on the internet define standards. All
147
- current sites support dynamic, fast loading, and some more features.
148
- For fastest loading, all HTML, CSS, and Javascript have been compressed
149
- automatically for production. Going further for dynamic, AJAX loading
150
- for J1 webs is supported as well.
157
+ Professional websites on the internet define standards. All current sites
158
+ support dynamic, fast loading, and some more features. For fastest loading,
159
+ all HTML, CSS, and Javascript have been compressed automatically for production.
160
+ Going further for dynamic, AJAX loading for J1 webs is supported as well.
151
161
 
152
162
  === Icon Fonts
153
163
 
@@ -164,12 +174,12 @@ J1 Template supports popular icons font sets out-of-the-box:
164
174
  All the icon sets are excellent in design and have a rich set of icons in
165
175
  various categories typically used for the Web.
166
176
 
167
- === Fully configurable components
177
+ === Fully Configurable
168
178
 
169
179
  Software products of today are not easy to manage. To get the complexity
170
180
  out of your way, J1 is fully configurable. No need to dive in the deep.
171
181
 
172
- .Example of a text slider configuration (carousel.yml)
182
+ .Example of a Text Slider configuration (`carousel.yml`)
173
183
  [source, yaml, role="noclip"]
174
184
  ----
175
185
  # --------------------------------------------------------------------------
@@ -183,9 +193,9 @@ out of your way, J1 is fully configurable. No need to dive in the deep.
183
193
 
184
194
  text: [
185
195
  "<big>Jekyll One Template</big> </br> <i>Clean, ..</i>",
186
- "<big>Jekyll meets Bootstrap</big> </br> <i>Best of OpenSource ..</i>",
196
+ "<big>Jekyll meets Bootstrap</big> </br> <i>Best of ..</i>",
187
197
  "<big>J1 is Open Source</big> </br> <i>No pain ..</i>",
188
- "<big>Explore this site</big> </br> <i>Learn what's possible ..</i>",
198
+ "<big>Explore this site</big> </br> <i>Learn what's ..</i>",
189
199
  "<big>Create modern static sites</big> </br> <i>Secure, ..<i>"
190
200
  ]
191
201
  options:
@@ -202,11 +212,14 @@ The Web is everywhere. J1 Template supports modern web browsers on all devices
202
212
  for best results on PCs, Tablets, and SmartPhones.
203
213
 
204
214
  mdi:devices[24px, md-blue ml-3 mr-2]
205
- Desktop and Mobile support +
215
+ <<Desktop and Mobile support>> +
216
+ mdi:near-me[24px, md-blue ml-3 mr-2]
217
+ <<Desktop Web Navigation>> +
206
218
  mdi:near-me[24px, md-blue ml-3 mr-2]
207
- Mobile Web Navigation +
219
+ <<Mobile Web Navigation>> +
208
220
  mdi:lighthouse[24px, md-blue ml-3 mr-2]
209
- Highest Google Lighthouse scores
221
+ <<Best Google Lighthouse Scores>>
222
+
210
223
 
211
224
  === Desktop and Mobile support
212
225
 
@@ -225,6 +238,29 @@ As of 2021, more than 50 percent of the total web visits are currently mobile.
225
238
  For this reason, it is very important to provide good useability of your
226
239
  website for mobile devices.
227
240
 
241
+ === Desktop Web Navigation
242
+
243
+ Then Naviagtion Modules of J1 Template provides multiple sub-modules. An very
244
+ important one: the menu system. Based on a quite simple configuration, give
245
+ your vistors easy access to all of your content pages on a mouse-click.
246
+
247
+ .Example of a Menu Configuration (`navigator_menu.yml`)
248
+ [source, yaml, role="noclip"]
249
+ ----
250
+ # ------------------------------------------------------------------------------
251
+ # Menu LEARN
252
+ #
253
+ - item: Learn
254
+ sublevel:
255
+
256
+ - title: Where to go
257
+ href: /pages/public/learn/where_to_go/
258
+ icon: paw
259
+ ----
260
+
261
+ .Desktop Web Navigation
262
+ lightbox::images--desktop-navigation[ 800, {data-images--desktop-navigation} ]
263
+
228
264
  === Mobile Web Navigation
229
265
 
230
266
  Mobile devices are great for Apps designed for these platforms. Using a web
@@ -234,12 +270,17 @@ navigation systems that cover both worlds: desktops and mobiles.
234
270
  .Mobile Web Navigation
235
271
  lightbox::images--mobile-navigation[ 400, {data-images--mobile-navigation} ]
236
272
 
237
- === Google Lighthouse scores
273
+ IMPORTANT: Desktop and Mobile Navigation is using the **same** configuration
274
+ data (`navigator_menu.yml`). The automatically generated menus for Desktop and
275
+ Mobile Devices are displayed based on the size of the viewport.
276
+
277
+
278
+ === Best Google Lighthouse Scores
238
279
 
239
280
  Performance is a key factor for all users. To not get visitors lost, J1 webs
240
281
  are highly optimized. All Websites will achieve the best Google Lighthouse
241
282
  scores for performance, accessibility, best practices, and SEO at the green
242
283
  level.
243
284
 
244
- .Google Lighthouse Scores
285
+ .Google Lighthouse Scores (Starter Web at Github)
245
286
  lightbox::images--google-lighthouse[ 800, {data-images--google-lighthouse} ]