j1-template 2022.5.0.rc2 → 2022.5.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (366) 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 +1 -1
  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 +1 -19
  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/package.json +6 -6
  38. data/lib/starter_web/pages/public/_jupyter/docs/_includes/attributes.asciidoc +67 -0
  39. data/lib/starter_web/pages/public/_jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +232 -0
  40. data/lib/starter_web/pages/public/_jupyter/docs/binderhub.adoc +631 -0
  41. data/lib/starter_web/pages/public/_jupyter/docs/j1-nbinteract.adoc +638 -0
  42. data/lib/starter_web/pages/public/_jupyter/docs/jupyterhub.adoc +248 -0
  43. data/lib/starter_web/pages/public/_jupyter/docs/nbinteract-widget-manual.adoc +928 -0
  44. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-circular-times-table.adoc +139 -0
  45. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-common-used-widgets.adoc +229 -0
  46. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-odes-in-python.adoc +112 -0
  47. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-altair/j1-altair-visualisations.adoc +142 -0
  48. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bokeh-visualisations.adoc +171 -0
  49. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bqplot-eamples.adoc +111 -0
  50. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-plotly/j1-plotly-visualisations.adoc +94 -0
  51. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1_climate-change-forecast.adoc +106 -0
  52. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +16260 -0
  53. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_bgplot_line_plot-checkpoint.ipynb +247 -0
  54. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-Copy1-checkpoint.ipynb +12382 -0
  55. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +12387 -0
  56. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-short-checkpoint.ipynb +12170 -0
  57. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +1058 -0
  58. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +14478 -0
  59. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-Copy1-checkpoint.ipynb +379 -0
  60. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +442 -0
  61. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets-checkpoint.ipynb +523 -0
  62. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.line_charts-checkpoint.ipynb +84 -0
  63. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.questions-checkpoint.ipynb +194 -0
  64. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_chart-checkpoint.ipynb +89 -0
  65. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-Copy1-checkpoint.ipynb +164 -0
  66. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-checkpoint.ipynb +173 -0
  67. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts.1-checkpoint.ipynb +256 -0
  68. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_barcharts-checkpoint.ipynb +126 -0
  69. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_hist_chart-checkpoint.ipynb +87 -0
  70. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_chart-checkpoint.ipynb +90 -0
  71. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_charts-checkpoint.ipynb +87 -0
  72. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_multiple_choice-checkpoint.ipynb +64 -0
  73. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_short_answer-checkpoint.ipynb +122 -0
  74. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_questions-checkpoint.ipynb +181 -0
  75. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_chart-checkpoint.ipynb +89 -0
  76. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_charts-checkpoint.ipynb +175 -0
  77. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_drag_chart-checkpoint.ipynb +87 -0
  78. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +14478 -0
  79. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +15227 -0
  80. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  81. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_circular_times_table.ipynb +12382 -0
  82. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +1058 -0
  83. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +14478 -0
  84. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_interactive_widgets.ipynb +442 -0
  85. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets.ipynb +523 -0
  86. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +89 -0
  87. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +87 -0
  88. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +90 -0
  89. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +64 -0
  90. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +122 -0
  91. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +89 -0
  92. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +87 -0
  93. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_odes_in_python.ipynb +15227 -0
  94. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  95. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  96. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +16296 -0
  97. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_non_interactive-checkpoint.ipynb +15385 -0
  98. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_interactive.ipynb +16296 -0
  99. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_non_interactive.ipynb +15385 -0
  100. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/00 - Introduction and Setup-checkpoint.ipynb +717 -0
  101. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/01 - Basic Plotting-checkpoint.ipynb +1381 -0
  102. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/02 - Styling and Theming-checkpoint.ipynb +1440 -0
  103. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/03 - Data Sources and Transformations-checkpoint.ipynb +927 -0
  104. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/04 - Adding Annotations-checkpoint.ipynb +1105 -0
  105. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/05 - Presentation Layouts-checkpoint.ipynb +578 -0
  106. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/06 - Linking and Interactions-checkpoint.ipynb +1196 -0
  107. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/07 - Bar and Categorical Data Plots-checkpoint.ipynb +1681 -0
  108. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/08 - Graph and Network Plots-checkpoint.ipynb +680 -0
  109. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/09 - Geographic Plots-checkpoint.ipynb +693 -0
  110. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/10 - Exporting and Embedding-checkpoint.ipynb +751 -0
  111. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/11 - Running Bokeh Applications-checkpoint.ipynb +770 -0
  112. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/bokeh_tut_00_introduction_and_setup-checkpoint.ipynb +666 -0
  113. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_01_basic_plotting-checkpoint.ipynb +1365 -0
  114. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_02_styling_and_theming-checkpoint.ipynb +1405 -0
  115. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_03_data_sources_and_transformations-checkpoint.ipynb +856 -0
  116. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_04_adding_annotations-checkpoint.ipynb +1167 -0
  117. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_05_presentation_layouts-checkpoint.ipynb +601 -0
  118. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_06_linking_and_interactions-checkpoint.ipynb +1356 -0
  119. 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
  120. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_08_graph_and_network_plots-checkpoint.ipynb +625 -0
  121. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_09_geographic_plots-checkpoint.ipynb +685 -0
  122. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.ipynb +726 -0
  123. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.org +726 -0
  124. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding.new-checkpoint.ipynb +560 -0
  125. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_11_running_bokeh_applications-checkpoint.ipynb +716 -0
  126. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_01_basic_plotting.ipynb +1365 -0
  127. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_02_styling_and_theming.ipynb +1405 -0
  128. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_03_data_sources_and_transformations.ipynb +856 -0
  129. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_04_adding_annotations.ipynb +1167 -0
  130. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_05_presentation_layouts.ipynb +601 -0
  131. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_06_linking_and_interactions.ipynb +1356 -0
  132. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_07_bar_and_categorical_data_plots.ipynb +1742 -0
  133. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_08_graph_and_network_plots.ipynb +625 -0
  134. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_09_geographic_plots.ipynb +685 -0
  135. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/.ipynb_checkpoints/j1_mathplot_vs_bqplot-checkpoint.ipynb +336 -0
  136. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/advanced/Feature_Vector_Distribution-Iris-Digits.ipynb +433 -0
  137. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_bgplot_line_plot.ipynb +244 -0
  138. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_circular_times_table-short.ipynb +12170 -0
  139. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_mathplot_vs_bqplot.ipynb +336 -0
  140. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Index-checkpoint.ipynb +163 -0
  141. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Tutorials-checkpoint.ipynb +51 -0
  142. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Advanced Plotting.ipynb +289 -0
  143. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Animations.ipynb +266 -0
  144. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Axis Properties.ipynb +396 -0
  145. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Plotting Dates.ipynb +318 -0
  146. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/Time Series.ipynb +158 -0
  147. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/spx_prices.csv +6799 -0
  148. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Feature_Vector_Distribution-Iris-Digits.ipynb +470 -0
  149. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Index.ipynb +49 -0
  150. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Logs Analytics/Logs Dashboard.ipynb +378 -0
  151. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Mobile Patent Suits.ipynb +123 -0
  152. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Neural Network.ipynb +177 -0
  153. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Outlier Detection.ipynb +311 -0
  154. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Bubble Chart.ipynb +255 -0
  155. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Choropleth.ipynb +275 -0
  156. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/nations.json +1 -0
  157. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/world_map_codes.csv +234 -0
  158. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Basic Plotting-checkpoint.ipynb +186 -0
  159. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Pyplot-checkpoint.ipynb +794 -0
  160. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Untitled-checkpoint.ipynb +323 -0
  161. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Basic Plotting.ipynb +261 -0
  162. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Pyplot.ipynb +1489 -0
  163. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Index.ipynb +163 -0
  164. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Interaction Layer.ipynb +966 -0
  165. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Mark Interactions.ipynb +476 -0
  166. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Selectors.ipynb +427 -0
  167. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Introduction.ipynb +528 -0
  168. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bars.ipynb +480 -0
  169. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bins.ipynb +217 -0
  170. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Boxplot.ipynb +253 -0
  171. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Candles.ipynb +225 -0
  172. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/FlexLine.ipynb +123 -0
  173. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Graph.ipynb +357 -0
  174. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/GridHeatMap.ipynb +422 -0
  175. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/HeatMap.ipynb +157 -0
  176. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Hist.ipynb +176 -0
  177. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Image.ipynb +195 -0
  178. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Label.ipynb +189 -0
  179. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Lines.ipynb +565 -0
  180. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Map.ipynb +182 -0
  181. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Market Map.ipynb +315 -0
  182. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Pie.ipynb +465 -0
  183. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Scatter.ipynb +835 -0
  184. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bars.ipynb +362 -0
  185. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bins.ipynb +252 -0
  186. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Boxplot.ipynb +273 -0
  187. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Candles.ipynb +242 -0
  188. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/GridHeatMap.ipynb +417 -0
  189. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/HeatMap.ipynb +155 -0
  190. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Hist.ipynb +238 -0
  191. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Image.ipynb +152 -0
  192. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Label.ipynb +206 -0
  193. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Lines.ipynb +474 -0
  194. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Map.ipynb +181 -0
  195. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Pie.ipynb +310 -0
  196. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Scatter.ipynb +702 -0
  197. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Scales/Color Scales.ipynb +495 -0
  198. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Feature_Vector_Distribution-Iris-Digits-checkpoint.ipynb +433 -0
  199. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Linking Plots With Widgets-checkpoint.ipynb +326 -0
  200. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-Copy1-checkpoint.ipynb +177 -0
  201. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-checkpoint.ipynb +177 -0
  202. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Brush Interval Selector.ipynb +154 -0
  203. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Fast Interval Selector.ipynb +152 -0
  204. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density Widget.ipynb +128 -0
  205. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density.ipynb +113 -0
  206. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Linking Plots With Widgets.ipynb +326 -0
  207. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Object Model.ipynb +179 -0
  208. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Pyplot.ipynb +174 -0
  209. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Updating Plots.ipynb +177 -0
  210. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials.ipynb +51 -0
  211. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/country_codes.csv +213 -0
  212. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/gdp_per_capita.csv +56 -0
  213. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/state_codes.csv +52 -0
  214. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/trees.jpg +0 -0
  215. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +247 -0
  216. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +323 -0
  217. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +387 -0
  218. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +185 -0
  219. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +384 -0
  220. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +254 -0
  221. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +732 -0
  222. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_central_limit_theorem.ipynb +247 -0
  223. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_correlation.ipynb +651 -0
  224. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_empirical_distributions.ipynb +773 -0
  225. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_linear_regression.ipynb +111 -0
  226. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_probability_distribution_plots.ipynb +199 -0
  227. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_sampling_from_a_population.ipynb +421 -0
  228. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_variability_of_the_sample_mean.ipynb +323 -0
  229. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_graphing.ipynb +387 -0
  230. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_interactive_questions.ipynb +185 -0
  231. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_layout.ipynb +384 -0
  232. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_interact.ipynb +254 -0
  233. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_monty_hall.ipynb +732 -0
  234. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Advanced Plotting.html +373 -0
  235. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Animations.html +361 -0
  236. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Axis Properties.html +569 -0
  237. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bars.html +487 -0
  238. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Basic Plotting.html +341 -0
  239. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bins.html +259 -0
  240. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Boxplot.html +277 -0
  241. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Brush Interval Selector.html +182 -0
  242. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bubble Chart.html +299 -0
  243. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Candles.html +252 -0
  244. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Choropleth.html +318 -0
  245. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Color Scales.html +514 -0
  246. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Fast Interval Selector.html +182 -0
  247. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Feature_Vector_Distribution-Iris-Digits.html +479 -0
  248. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/FlexLine.html +128 -0
  249. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density Widget.html +152 -0
  250. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density.html +137 -0
  251. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Graph.html +484 -0
  252. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/GridHeatMap.html +483 -0
  253. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/HeatMap.html +170 -0
  254. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Hist.html +349 -0
  255. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Image.html +177 -0
  256. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Index.html +29 -0
  257. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Interaction Layer.html +1372 -0
  258. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Introduction.html +749 -0
  259. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Label.html +268 -0
  260. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Lines.html +704 -0
  261. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Linking Plots With Widgets.html +389 -0
  262. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Logs Dashboard.html +455 -0
  263. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Map.html +229 -0
  264. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mark Interactions.html +613 -0
  265. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Market Map.html +413 -0
  266. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mobile Patent Suits.html +131 -0
  267. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Neural Network.html +190 -0
  268. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Object Model.html +193 -0
  269. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Outlier Detection.html +363 -0
  270. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pie.html +367 -0
  271. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Plotting Dates.html +337 -0
  272. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pyplot.html +196 -0
  273. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Scatter.html +948 -0
  274. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Selectors.html +489 -0
  275. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Time Series.html +173 -0
  276. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Tutorials.html +40 -0
  277. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Updating Plots.html +228 -0
  278. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  279. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  280. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bgplot_line_plot.html +318 -0
  281. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  282. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  283. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  284. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  285. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  286. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  287. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  288. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  289. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  290. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table-short.html +475 -0
  291. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table.html +747 -0
  292. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_climate_change_forecast.html +1250 -0
  293. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +186 -0
  294. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_interactive_widgets.html +512 -0
  295. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_mathplot_vs_bqplot.html +407 -0
  296. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets.html +629 -0
  297. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +95 -0
  298. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +93 -0
  299. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +96 -0
  300. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +70 -0
  301. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +156 -0
  302. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +95 -0
  303. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +93 -0
  304. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_odes_in_python.html +955 -0
  305. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +290 -0
  306. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +818 -0
  307. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +351 -0
  308. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +106 -0
  309. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +228 -0
  310. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +518 -0
  311. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +372 -0
  312. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +473 -0
  313. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +242 -0
  314. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +496 -0
  315. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +329 -0
  316. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +866 -0
  317. data/lib/starter_web/pages/public/_jupyter/where_to_go.adoc +270 -0
  318. data/lib/starter_web/pages/public/features/general.adoc +74 -33
  319. data/lib/starter_web/pages/public/features/template.adoc +159 -68
  320. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_images.adoc +313 -0
  321. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_videos.adoc +281 -0
  322. data/lib/starter_web/pages/public/learn/_roundtrip/200_typography.adoc +253 -0
  323. data/lib/starter_web/pages/public/learn/_roundtrip/300_icon_fonts.adoc +579 -0
  324. data/lib/starter_web/pages/public/learn/_roundtrip/400_asciidoc_extensions.adoc +718 -0
  325. data/lib/starter_web/pages/public/learn/_roundtrip/410_bs_modals_extentions.adoc +91 -0
  326. data/lib/starter_web/pages/public/learn/_roundtrip/420_responsive_tables_extensions.adoc +420 -0
  327. data/lib/starter_web/pages/public/learn/_roundtrip/500_themes.adoc +250 -0
  328. data/lib/starter_web/pages/public/learn/_roundtrip/600_quicksearch.adoc +425 -0
  329. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/attributes.asciidoc +118 -0
  330. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/100_gistblock.asciidoc +28 -0
  331. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -0
  332. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -0
  333. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -0
  334. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_central_success.asciidoc +11 -0
  335. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -0
  336. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -0
  337. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +47 -0
  338. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_info.asciidoc +11 -0
  339. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -0
  340. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -0
  341. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  342. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
  343. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/google-ad.js +130 -0
  344. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +6 -5
  345. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -2
  346. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +4 -2
  347. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
  348. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  349. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  350. data/lib/starter_web/utilsrv/package.json +1 -1
  351. metadata +384 -17
  352. data/lib/starter_web/_includes/_attributes.asciidoc +0 -575
  353. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1080x800.jpg +0 -0
  354. data/lib/starter_web/assets/images/pages/features/comments-1080x600.jpg +0 -0
  355. data/lib/starter_web/assets/images/pages/features/cookie-consent-1080x800.jpg +0 -0
  356. data/lib/starter_web/assets/images/pages/features/example-content-present-videos-1080x800.jpg +0 -0
  357. data/lib/starter_web/assets/images/pages/features/fab-1080x500.jpg +0 -0
  358. data/lib/starter_web/assets/images/pages/features/full-text-search-1080x800.jpg +0 -0
  359. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  360. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  361. data/lib/starter_web/assets/images/pages/features/intro-panel-1080x800.jpg +0 -0
  362. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  363. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  364. data/lib/starter_web/assets/images/pages/features/nav-module-1080x300.jpg +0 -0
  365. data/lib/starter_web/assets/images/pages/features/teaser-banner-1080x600.jpg +0 -0
  366. data/lib/starter_web/assets/images/pages/features/translator-1080x800.jpg +0 -0
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2022.5.0.rc2'
2
+ VERSION = '2022.5.0.rc3'
3
3
  end
@@ -70,7 +70,7 @@ end
70
70
  # ------------------------------------------------------------------------------
71
71
  # Specify the THEME GEM used for the project
72
72
  #
73
- gem 'j1-template', '~> 2022.5.0.rc2'
73
+ gem 'j1-template', '~> 2022.5.0.rc0'
74
74
 
75
75
  # ------------------------------------------------------------------------------
76
76
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -55,7 +55,7 @@ environment: development
55
55
  # ------------------------------------------------------------------------------
56
56
  # Sets the build version of J1 Template Gem
57
57
  #
58
- version: 2022.5.0.rc2
58
+ version: 2022.5.0.rc3
59
59
 
60
60
  # version
61
61
  # ------------------------------------------------------------------------------
@@ -329,7 +329,7 @@ permalink: pretty
329
329
  # if you are running jekyll serve in a development environment,
330
330
  # site.url will be set to the value of host, port.
331
331
  #
332
- url: "http://localhost:40000"
332
+ url: "http://localhost:20000"
333
333
 
334
334
  # The subpath of your site, e.g. /blog/. Used in conjunction with
335
335
  # site.url (see above) when you want a link to something with the
@@ -355,7 +355,7 @@ base_path: ""
355
355
  #
356
356
  protocol: http
357
357
  host: localhost
358
- port: 40000
358
+ port: 20000
359
359
  timezone: Europe/Berlin
360
360
  encoding: UTF-8
361
361
 
@@ -414,19 +414,29 @@ sass:
414
414
  style: expanded
415
415
 
416
416
  # ------------------------------------------------------------------------------
417
- # WEBRICK customizations
417
+ # WEBRICK Customizations
418
418
  # You can provide custom headers for your site
419
+ # See: https://jekyllrb.com/docs/configuration/webrick/
420
+ # https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
419
421
  #
420
- # Note: Jekyll provides by default Content-Type and Cache-Control
422
+ # NOTE:
423
+ # Jekyll provides by default Content-Type and Cache-Control
421
424
  # response headers: one dynamic in order to specify the nature of
422
425
  # the data being served, the other static in order to disable
423
426
  # caching so that you don’t have to fight with Chrome’s aggressive
424
427
  # caching when you are in development mode.
425
428
  #
426
- #webrick:
427
- # headers:
428
- # My-Header: My-Value
429
- # My-Other-Header: My-Other-Value
429
+ # webrick:
430
+ # headers:
431
+ # My-Header: My-Value
432
+ # My-Other-Header: My-Other-Value
433
+ #
434
+ # ------------------------------------------------------------------------------
435
+ #
436
+ webrick:
437
+ headers:
438
+ X-J1-Template: v2022.5.0.rc2
439
+ X-Builder-Engine-Powered-By: Jekyll v4.2.2
430
440
 
431
441
  # ------------------------------------------------------------------------------
432
442
  # POSTS Management
@@ -104,10 +104,25 @@ settings:
104
104
  <p>
105
105
  Explore what's possible if you go for static websites.
106
106
  </p>
107
+
108
+ # stickers:
109
+ #
110
+ # - name: New Version
111
+ # sticker:
112
+ # enabled: true
113
+ # id: new-version
114
+ # image: /assets/images/sticker/600x600/sticker-new-version.png
115
+ # size: 200
116
+ # title: Get new version 2022.5.0.rc3
117
+ # style: "width: 140px; height: 120px;"
118
+ # href: "https://rubygems.org/gems/j1-template"
119
+ # target: blank
120
+
107
121
  buttons:
108
122
 
109
123
  - name: Roundtrip
110
124
  button:
125
+ enabled: true
111
126
  id: roundtrip
112
127
  translate: notranslate # translate|notranslate
113
128
  title: Roundtrip
@@ -122,6 +137,7 @@ settings:
122
137
 
123
138
  - name: Download
124
139
  button:
140
+ enabled: true
125
141
  id: download
126
142
  translate: notranslate # translate|notranslate
127
143
  title: Download
@@ -136,6 +152,7 @@ settings:
136
152
 
137
153
  - name: Rocketstart
138
154
  button:
155
+ enabled: true
139
156
  id: rocketstart
140
157
  translate: notranslate # translate|notranslate
141
158
  title: Rocketstart
@@ -347,6 +347,46 @@ settings:
347
347
  videojs: true
348
348
  videojsOptions: {}
349
349
 
350
+ # --------------------------------------------------------------------------
351
+ # Online VIDEO 2a (YouTube)
352
+ #
353
+ - gallery:
354
+ enabled: true
355
+ type: video-online
356
+ id: jg_video_online_youtube_2_short
357
+ show_delay: 300
358
+ title: false
359
+ css_classes:
360
+ image_path: /assets/videos/gallery/voice_kids_de_2021
361
+ thumb_path: /assets/videos/gallery/voice_kids_de_2021
362
+ videos: [
363
+ "//youtube.com/watch?v=GuiOYCv9NTI",
364
+ "//youtube.com/watch?v=1bvE2mgJ22I"
365
+ ]
366
+ player_params: [
367
+ "start: 0, end: 104",
368
+ "start: 10, end: 173"
369
+ ]
370
+
371
+ captions_gallery: [
372
+ "The Voice Kids Germany 2021 - Ben",
373
+ "The Voice Kids Germany 2021 - The Battle"
374
+ ]
375
+ captions_lightbox: [
376
+ "<p>14-year-old Ben pours all of his emotions into his performance of Maroon 5's Sunday Morning. He wants to show what he's made of.</p>",
377
+ "<p>The battle of the three young people is a real emotional battle. Elisa's husky voice, Constanze's unbelievable power, and Ben's rhythm come into their own in Adele's James Bond theme song Skyfall.</p>"
378
+ ]
379
+ poster: [ ben.jpg, battle.jpg ]
380
+ gallery_options:
381
+ rowHeight: 200
382
+ margins: 5
383
+
384
+ lightbox_options:
385
+ lightbox: lg
386
+ videojs: true
387
+ videojsOptions: {}
388
+
389
+
350
390
  # --------------------------------------------------------------------------
351
391
  # Online VIDEO 3 (Vimeo)
352
392
  #
@@ -392,6 +432,48 @@ settings:
392
432
  lightbox_options:
393
433
  lightbox: lg
394
434
 
435
+ # --------------------------------------------------------------------------
436
+ # Online VIDEO 3a (Vimeo, shortend)
437
+ #
438
+ - gallery:
439
+ enabled: true
440
+ type: video-online
441
+ id: jg_video_online_vimeo_short
442
+ show_delay: 300
443
+ title: false
444
+ thumb_items: 2
445
+ thumb_spacing: 5
446
+ thumb_bordered: true
447
+ thumb_animate: true
448
+ css_classes:
449
+ image_path: /assets/videos/gallery
450
+ thumb_path: /assets/videos/gallery
451
+ videos: [
452
+ "//vimeo.com/179528528",
453
+ "//vimeo.com/202117650"
454
+ ]
455
+ captions_gallery: [
456
+ "Forever 21 - Kick It Old School",
457
+ "Forever 21 - Stay Colorful, Babe!"
458
+
459
+ ]
460
+ captions_lightbox: [
461
+ "<p>Kick It Old School on Vimeo</p>",
462
+ "<p>Stay Colorful on Vimeo</p>"
463
+
464
+ ]
465
+ poster: [
466
+ kick-it-old-school-poster.jpg,
467
+ stay-colorful-poster.jpg
468
+ ]
469
+ gallery_options:
470
+ rowHeight: 200
471
+ margins: 5
472
+
473
+ lightbox_options:
474
+ lightbox: lg
475
+
476
+
395
477
  # --------------------------------------------------------------------------
396
478
  # Online VIDEO (DailyMotion)
397
479
  #
@@ -1034,7 +1034,7 @@ settings:
1034
1034
  title_animated: fadeInRight
1035
1035
  title_upcase: true
1036
1036
  tagline: John Wiliam
1037
- tagline_color: '#7a7a7a'
1037
+ tagline_color: '#0D47A1'
1038
1038
  tagline_animated: false
1039
1039
  tagline_upcase: true
1040
1040
  description: >
@@ -1060,7 +1060,7 @@ settings:
1060
1060
  title_animated: fadeInRight
1061
1061
  title_upcase: true
1062
1062
  tagline: John Wiliam
1063
- tagline_color: '#7a7a7a'
1063
+ tagline_color: '#0D47A1'
1064
1064
  tagline_animated: false
1065
1065
  tagline_upcase: true
1066
1066
  description: >
@@ -1087,7 +1087,7 @@ settings:
1087
1087
  title_animated: fadeInRight
1088
1088
  title_upcase: true
1089
1089
  tagline: Gregory Wilson
1090
- tagline_color: '#7a7a7a'
1090
+ tagline_color: '#0D47A1'
1091
1091
  tagline_animated: false
1092
1092
  tagline_upcase: true
1093
1093
  description: >
@@ -1113,7 +1113,7 @@ settings:
1113
1113
  title_animated: fadeInRight
1114
1114
  title_upcase: true
1115
1115
  tagline: Gregory Wilson
1116
- tagline_color: '#7a7a7a'
1116
+ tagline_color: '#0D47A1'
1117
1117
  tagline_animated: false
1118
1118
  tagline_upcase: true
1119
1119
  description: >
@@ -1139,7 +1139,7 @@ settings:
1139
1139
  title_animated: fadeInRight
1140
1140
  title_upcase: true
1141
1141
  tagline: Gregory Wilson
1142
- tagline_color: '#7a7a7a'
1142
+ tagline_color: '#0D47A1'
1143
1143
  tagline_animated: false
1144
1144
  tagline_upcase: true
1145
1145
  description: >
@@ -347,24 +347,6 @@
347
347
  icon: file-percent
348
348
  target: _blank
349
349
 
350
- - title: Plugins
351
- icon: power-plug
352
- dropdown:
353
-
354
- - title: SiteMap
355
- # href: "https://jekyll.one/pages/public/manuals/j1/plugins/sitemap/"
356
- href: '#'
357
- icon: map-marker-path
358
- target: _blank
359
- - title: Asciidoctor
360
- href: "https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/"
361
- icon: hospital
362
- target: _blank
363
- - title: J1 Paginator
364
- href: "https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/"
365
- icon: page-last
366
- target: _blank
367
-
368
350
  # --------------------------------------------------------------------------
369
351
  # J1 Integrations
370
352
  #
@@ -435,7 +417,7 @@
435
417
  icon: hospital
436
418
  target: _blank
437
419
  - title: J1 Paginator
438
- href: "https://jekyll.one/pages/public/manuals/jekyll/plugins/paginator_v2/"
420
+ href: "https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/"
439
421
  icon: page-last
440
422
  target: _blank
441
423
 
@@ -499,26 +499,30 @@ end::tags[]
499
499
  // -----------------------------------------------------------------------------
500
500
  tag::data[]
501
501
 
502
- :data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.jpg, Percentage global mobile traffic - 2011-2021"
502
+ :data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.png, Percentage global mobile traffic - 2011-2021"
503
503
 
504
504
  :data-binderhub--architecture: "assets/images/pages/nbinteract/binderhub-architecture.jpg, Binderhub Architecture"
505
505
  :data-jupyterlab--architecture: "assets/images/pages/nbinteract/jupyterlab-architecture.jpg, JupyterLab Architecture"
506
506
 
507
507
  :data-nbi-textbook--excerpt: "assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
508
508
 
509
- :data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.jpg, Native speakers by language"
510
- :data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.jpg, Google Lighthouse Scores"
511
- :data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.jpg, Mobile Web Navigation"
512
- :data-images--fab: "assets/images/pages/features/fab-1080x500.jpg, FAB (Menu)"
513
- :data-images--full-text-search: "assets/images/pages/features/full-text-search-1080x800.jpg, Full-text search"
514
- :data-images--cookie-consent: "assets/images/pages/features/cookie-consent-1080x800.jpg, Cookie Consent"
515
- :data-images--translator: "assets/images/pages/features/translator-1080x800.jpg, Google Translator"
516
- :data-images--comments-hyvor: "assets/images/pages/features/comments-1080x600.jpg, Comments by Hyvor Talk"
517
- :data-images--nav-module: "assets/images/pages/features/nav-module-1080x300.jpg, Navigation Module (NAV)"
518
- :data-images--teaser-banner: "assets/images/pages/features/teaser-banner-1080x600.jpg, Teaser Banner"
519
- :data-images--intro-panel: "assets/images/pages/features/intro-panel-1080x800.jpg, Intro Panel"
520
- :data-images--example-content: "assets/images/pages/features/example-content-present-videos-1080x800.jpg, Example Content"
521
- :data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1080x800.jpg, Bootswatch Themes (Minty)"
509
+ :data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.png, Native speakers by language"
510
+ :data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.png, Google Lighthouse Scores (Starter Web at Github)"
511
+ :data-images--desktop-navigation: "assets/images/pages/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
512
+ :data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.png, Mobile Web Navigation"
513
+ :data-images--master-header: "assets/images/pages/features/master-header-1280x600.jpg, Master Header (image-based)"
514
+ :data-images--fab: "assets/images/pages/features/fab-1280x500.jpg, FAB (Menu)"
515
+ :data-images--full-text-search: "assets/images/pages/features/full-text-search-1280x800.jpg, Full-text search"
516
+ :data-images--cookie-consent: "assets/images/pages/features/cookie-consent-1280x800.jpg, Cookie Consent"
517
+ :data-images--translator: "assets/images/pages/features/translator-1280x800.jpg, Google Translator"
518
+ :data-images--comments-hyvor: "assets/images/pages/features/comments-1280x600.jpg, Comments by Hyvor Talk"
519
+ :data-images--nav-module: "assets/images/pages/features/nav-module-1280x300.jpg, Navigation Module (NAV)"
520
+ :data-images--teaser-banner: "assets/images/pages/features/teaser-banner-1280x600.jpg, Teaser Banner"
521
+ :data-images--intro-panel: "assets/images/pages/features/intro-panel-1280x800.jpg, Intro Panel"
522
+ :data-images--example-content: "assets/images/pages/features/example-content-1280x800.jpg, Example Content"
523
+ :data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.png, Bootswatch Themes (Minty)"
524
+ :data-images--blog-post-navigator: "assets/images/pages/features/blog-post-navigator-1280x1000.jpg, Blog Post Navigator"
525
+ :data-images--nbi-textbook-example: "assets/images/pages/features/nbi-barchart-1280x800.jpg, Bar Chart"
522
526
 
523
527
  :data-lb-example--template-features: "assets/images/modules/gallery/old_times/image_01.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey"
524
528
 
@@ -1,5 +1,5 @@
1
1
  .Template variables (Asciidoc)
2
- [cols="3,3a,6a", subs=+macros, options="header", width="100%", role="rtable mt-3"]
2
+ [cols="3a,3a,6a", subs=+macros, options="header", width="100%", role="rtable mt-3"]
3
3
  |===
4
4
  |Name |Value |Description
5
5
 
@@ -51,21 +51,21 @@ Asciidoctor::Extensions.register do
51
51
  # {attrs['role']}
52
52
 
53
53
  if grouped
54
- html_block.div(:class=>"content #{attrs['role']}", :style=>"margin-bottom: .75rem;") {
54
+ html_block.div(:class=>"content #{attrs['role']}", :style=>"margin-bottom: 1.75rem;") {
55
55
  images_hash.each do |i,d|
56
56
  image = i.strip
57
57
  descr = d.strip
58
- html_block.a(:class=>"notoc",:href=>"#{imagesdir}/#{image}", :"data-lightbox"=>"lb-#{target}", :"data-title"=>"#{descr}"){
58
+ html_block.a(:class=>"notoc link-no-decoration",:href=>"#{imagesdir}/#{image}", :"data-lightbox"=>"lb-#{target}", :"data-title"=>"#{descr}"){
59
59
  html_block.img(:class=>"img-fluid", :src=>"#{imagesdir}/#{image}", :alt=>"#{attrs['title']}", :width=>"#{attrs['size']}")
60
60
  }
61
61
  end
62
62
  }
63
63
  else
64
- html_block.div(:class=>"content #{attrs['role']}", :style=>"margin-bottom: .75rem;") {
64
+ html_block.div(:class=>"content #{attrs['role']}", :style=>"margin-bottom: 1.75rem;") {
65
65
  images_hash.each do |i,d|
66
66
  image = i.strip
67
67
  descr = d.strip
68
- html_block.a(:class=>"notoc", :href=>"#{imagesdir}/#{image}", :"data-lightbox"=>"#{image}", :"data-title"=>"#{descr}"){
68
+ html_block.a(:class=>"notoc link-no-decoration", :href=>"#{imagesdir}/#{image}", :"data-lightbox"=>"#{image}", :"data-title"=>"#{descr}"){
69
69
  html_block.img(:class=>"img-fluid", :src=>"#{imagesdir}/#{image}", :alt=>"#{attrs['title']}", :width=>"#{attrs['size']}")
70
70
  }
71
71
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2022.5.0-rc2",
4
+ "version": "2022.5.0-rc3",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -41,14 +41,14 @@
41
41
  "opt_skip_initial_build": "--skip-initial-build",
42
42
  "opt_webserver": "puma",
43
43
  "opt_interface": "0.0.0.0",
44
- "opt_web_port": "40000",
45
- "opt_web_url": "http://localhost:40000/",
46
- "opt_app_port": "40010",
47
- "opt_app_url": "http://localhost:40010/",
44
+ "opt_web_port": "20000",
45
+ "opt_web_url": "http://localhost:20000/",
46
+ "opt_app_port": "20010",
47
+ "opt_app_url": "http://localhost:20010/",
48
48
  "opt_profile": "",
49
49
  "opt_watch": "--watch",
50
50
  "opt_livereload": "--livereload",
51
- "opt_livereload_port": "40001"
51
+ "opt_livereload_port": "20001"
52
52
  },
53
53
  "nbi": {
54
54
  "opt_output_type": "plain",
@@ -0,0 +1,67 @@
1
+ // ~/document_base_folder/000_includes
2
+
3
+ // Asciidoc attribute includes: attributes.asciidoc
4
+ // -----------------------------------------------------------------------------
5
+
6
+ // URLs - Internal references and/or sources on the Internet
7
+ // -----------------------------------------------------------------------------
8
+ tag::urls[]
9
+
10
+ :url-nbinteract-common-widget--histogram: /pages/public/jupyter/examples/distributed/common-used-widgets/#histogram
11
+ :url-nbinteract-common-widget--barchart: /pages/public/jupyter/examples/distributed/common-used-widgets/#barchart
12
+ :url-nbinteract-common-widget--i_scatter: /pages/public/jupyter/examples/distributed/common-used-widgets/#interactive-scatter-chart
13
+ :url-nbinteract-common-widget--scatter: /pages/public/jupyter/examples/distributed/common-used-widgets/#scatter-chart
14
+ :url-nbinteract-common-widget--line: /pages/public/jupyter/examples/distributed/common-used-widgets/#line-chart
15
+ :url-nbinteract-common-widget--short_answer: /pages/public/jupyter/examples/distributed/common-used-widgets/#short-answer
16
+ :url-nbinteract-common-widget--multiple_choice: /pages/public/jupyter/examples/distributed/common-used-widgets/#multiple-choice
17
+
18
+ end::urls[]
19
+
20
+
21
+ // FOOTNOTES, global asciidoc attributes (variables)
22
+ // -----------------------------------------------------------------------------
23
+ tag::footnotes[]
24
+
25
+ :fn-bootstrap-v5--responsive-text: footnote:[https://getbootstrap.com/docs/5.0/content/typography/#responsive-font-sizes[Supported with Bootstrap V5 · Responsive font sizes, window="_blank"]]
26
+ :fn-mdi-icons--home: footnote:[https://materialdesignicons.com/[MDI icons · Home, window="_blank"]]
27
+
28
+ end::footnotes[]
29
+
30
+
31
+ // Tags - Asciidoc attributes used internally
32
+ // -----------------------------------------------------------------------------
33
+ tag::tags[]
34
+ end::tags[]
35
+
36
+
37
+ // Data - Data elements for Asciidoctor extensions
38
+ // -----------------------------------------------------------------------------
39
+ tag::data[]
40
+
41
+ :image-nbi-widget--bar: "assets/images/pages/nbinteract/manual/nbi_bar.jpg, Rendered Bar Chart"
42
+ :image-nbi-widget--hist: "assets/images/pages/nbinteract/manual/nbi_hist.jpg, Rendered Histogram"
43
+ :image-nbi-widget--line: "assets/images/pages/nbinteract/manual/nbi_line.jpg, Rendered Line Chart"
44
+ :image-nbi-widget--scatter: "assets/images/pages/nbinteract/manual/nbi_scatter.jpg, Rendered Scatter Chart"
45
+ :image-nbi-widget--scatter-drag: "assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg, Rendered interactive Scatter Chart"
46
+ :image-nbi-widget--short-answer: "assets/images/pages/nbinteract/manual/nbi_short_answer.jpg, Rendered Short answer"
47
+ :image-nbi-widget--multiple-choice: "assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg, Rendered Multiple choice"
48
+
49
+ end::data[]
50
+
51
+
52
+ // Images - Images from local include/images folder
53
+ // -----------------------------------------------------------------------------
54
+ tag::images[]
55
+ end::images[]
56
+
57
+
58
+ // PRODUCTS, local product information (e.g. release)
59
+ // -----------------------------------------------------------------------------
60
+ tag::products[]
61
+ end::products[]
62
+
63
+
64
+ // AUTHORS, local author information (e.g. article)
65
+ // -----------------------------------------------------------------------------
66
+ tag::authors[]
67
+ end::authors[]