j1-template 2022.4.2 → 2022.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  3. data/assets/themes/j1/modules/vega/js/vega-lite/README.md +0 -13
  4. data/lib/j1/version.rb +1 -1
  5. data/lib/starter_web/Gemfile +1 -1
  6. data/lib/starter_web/_config.yml +1 -1
  7. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -1
  8. data/lib/starter_web/_data/modules/navigator_menu.yml +60 -73
  9. data/lib/starter_web/_data/modules/nbinteract.yml +291 -314
  10. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  11. data/lib/starter_web/assets/images/modules/attics/shubham-dhage-2-1920x1280.jpg +0 -0
  12. data/lib/starter_web/package.json +1 -1
  13. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  14. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  15. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  16. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  17. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  18. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  19. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  20. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  21. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  22. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  23. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  24. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +2 -1
  25. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +21 -0
  26. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  27. data/lib/starter_web/utilsrv/package.json +1 -1
  28. metadata +14 -14
  29. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
  30. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
  31. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
  32. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
  33. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
  34. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
  35. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
  36. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
  37. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
  38. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
  39. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
  40. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +0 -866
@@ -19,16 +19,3 @@ Read about future plans in [our roadmap](https://github.com/vega/roadmap/project
19
19
  The development of Vega-Lite is led by the alumni and members of the [University of Washington Interactive Data Lab](https://idl.cs.washington.edu) (UW IDL), including [Kanit "Ham" Wongsuphasawat](https://twitter.com/kanitw) (now at Databricks), [Dominik Moritz](https://twitter.com/domoritz) (now at CMU and Apple), [Arvind Satyanarayan](https://twitter.com/arvindsatya1) (now at MIT), and [Jeffrey Heer](https://twitter.com/jeffrey_heer) (UW IDL).
20
20
 
21
21
  Vega-Lite gets significant contributions from its community--in particular [Will Strimling](https://willium.com), [Yuhan (Zoe) Lu](https://github.com/YuhanLu), [Souvik Sen](https://github.com/invokesus), [Chanwut Kittivorawong](https://github.com/chanwutk), [Matthew Chun](https://github.com/mattwchun), [Akshat Shrivastava](https://github.com/AkshatSh), [Saba Noorassa](https://github.com/Saba9), [Sira Horradarn](https://github.com/sirahd), [Donghao Ren](https://github.com/donghaoren), and [Halden Lin](https://github.com/haldenl). Please see the [contributors page](https://github.com/vega/vega-lite/graphs/contributors) for the full list of contributors.
22
-
23
- ## Citing Vega-Lite
24
-
25
- ```bib
26
- @article{2017-vega-lite,
27
- doi = {10.1109/tvcg.2016.2599030},
28
- year = {2017},
29
- author = {Arvind Satyanarayan and Dominik Moritz and Kanit Wongsuphasawat and Jeffrey Heer},
30
- title = {Vega-Lite: A Grammar of Interactive Graphics},
31
- journal = {{IEEE} Transactions on Visualization \& Computer Graphics (Proc. InfoVis)},
32
- url = {http://idl.cs.washington.edu/papers/vega-lite},
33
- }
34
- ```
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2022.4.2'
2
+ VERSION = '2022.4.3'
3
3
  end
@@ -53,7 +53,7 @@ gem 'jekyll', '~> 4.2'
53
53
 
54
54
  # Theme Rubies, default: J1 Template (NOT used for the development system)
55
55
  #
56
- gem 'j1-template', '~> 2022.4.2'
56
+ gem 'j1-template', '~> 2022.4.3'
57
57
 
58
58
  # ------------------------------------------------------------------------------
59
59
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2022.4.2
56
+ version: 2022.4.3
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -232,7 +232,7 @@ defaults:
232
232
  </li>
233
233
  </ul>
234
234
 
235
- spec: jekyll-one/j1-binder-repo/v2022.4.2 # jekyll-one/j1-binder-repo/main
235
+ spec: jekyll-one/j1-binder-repo/main
236
236
  baseUrl: 'https://mybinder.org'
237
237
  provider: gh
238
238
 
@@ -60,80 +60,67 @@
60
60
  href: /pages/public/learn/roundtrip/quicksearch/
61
61
  icon: magnify
62
62
 
63
- # --------------------------------------------------------------------------
64
- # Jupyter Notebooks
63
+ # # --------------------------------------------------------------------------
64
+ # # Jupyter Notebooks
65
+ # #
66
+ # - title: Jupyter Notebooks
67
+ # icon: notebook-outline
68
+ # dropdown:
65
69
  #
66
- - title: Jupyter Notebooks
67
- icon: notebook-outline
68
- dropdown:
69
-
70
- - title: Where to go
71
- href: /pages/public/jupyter/experimental/where-to-go/
72
- icon: paw
73
-
74
- # ----------------------------------------------------------------------
75
- # Interactive Notebooks
76
- #
77
- - title: Distributed Notebooks
78
- icon: notebook-outline
79
- dropdown:
80
-
81
- - title: Time Tables Visualization
82
- href: /pages/public/jupyter/textbooks/j1-circular-times-table/
83
- icon: notebook-outline
84
- - title: ODEs in Python
85
- href: /pages/public/jupyter/textbooks/odes-in-python/
86
- icon: notebook-outline
87
- - title: Common Used Widgets
88
- href: /pages/public/jupyter/textbooks/interactive-widgets/
89
- icon: notebook-outline
90
-
91
- # ----------------------------------------------------------------------
92
- # Static Notebooks
93
- #
94
- - title: Localized Notebooks
95
- icon: notebook-outline
96
- dropdown:
97
-
98
- - title: Climate Change Forecast
99
- href: /pages/public/jupyter/examples/localized/climate-change-forecast/
100
- icon: notebook-outline
101
- - title: Visualizations using Altair
102
- href: https://jekyll.one/pages/public/jupyter/examples/localized/j1-altair-visualizations/
103
- icon: notebook-outline
104
- - title: Visualizations using Bokeh
105
- href: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
106
- icon: notebook-outline
107
-
108
- # ----------------------------------------------------------------------
109
- # Documentation
110
- #
111
- - title: NBI Documentation
112
- icon: head-lightbulb
113
- dropdown:
114
-
115
- - title: J1 NBI Integration
116
- href: https://jekyll.one/pages/public/jupyter/docs/j1-nbinteract-docs/
117
- icon: alpha-j-box
118
- - title: NBI Widgets Manual
119
- href: https://jekyll.one/pages/public/jupyter/docs/nbi-widgets/
120
- icon: book
121
- - title: NBI Tutorial (Sam Lau)
122
- href: https://jekyll.one/pages/public/jupyter/textbooks/nbinteract-docs/
123
- icon: alpha-j-box
124
-
125
- # ----------------------------------------------------------------------
126
- # NBI APIs
127
- #
128
- - title: NBI APIs
129
- icon: head-lightbulb
130
- dropdown:
131
- - title: BinderHub API
132
- href: https://jekyll.one/pages/public/jupyter/docs/binderhub/
133
- icon: book
134
- - title: JupyterHub API
135
- href: https://jekyll.one/pages/public/jupyter/docs/jupyterhub/
136
- icon: book
70
+ # - title: Where to go
71
+ # href: /pages/public/jupyter/experimental/where-to-go/
72
+ # icon: paw
73
+ #
74
+ # # ----------------------------------------------------------------------
75
+ # # Interactive Notebooks
76
+ # #
77
+ # - title: Distributed Notebooks
78
+ # icon: notebook-outline
79
+ # dropdown:
80
+ #
81
+ # - title: Time Tables Visualization
82
+ # href: /pages/public/jupyter/textbooks/j1-circular-times-table/
83
+ # icon: notebook-outline
84
+ # - title: ODEs in Python
85
+ # href: /pages/public/jupyter/textbooks/odes-in-python/
86
+ # icon: notebook-outline
87
+ # - title: Common Used Widgets
88
+ # href: /pages/public/jupyter/textbooks/interactive-widgets/
89
+ # icon: notebook-outline
90
+ #
91
+ # # ----------------------------------------------------------------------
92
+ # # Static Notebooks
93
+ # #
94
+ # - title: Localized Notebooks
95
+ # icon: notebook-outline
96
+ # dropdown:
97
+ #
98
+ # - title: Climate Change Forecast
99
+ # href: /pages/public/jupyter/examples/localized/climate-change-forecast/
100
+ # icon: notebook-outline
101
+ # - title: Visualizations using Altair
102
+ # href: https://jekyll.one/pages/public/jupyter/examples/localized/j1-altair-visualizations/
103
+ # icon: notebook-outline
104
+ # - title: Visualizations using Bokeh
105
+ # href: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
106
+ # icon: notebook-outline
107
+ #
108
+ # # ----------------------------------------------------------------------
109
+ # # Documentation
110
+ # #
111
+ # - title: NBI Documentation
112
+ # icon: head-lightbulb
113
+ # dropdown:
114
+ #
115
+ # - title: J1 NBI Integration
116
+ # href: https://jekyll.one/pages/public/jupyter/docs/j1-nbinteract-docs/
117
+ # icon: alpha-j-box
118
+ # - title: BinderHub API
119
+ # href: https://jekyll.one/pages/public/jupyter/docs/binderhub/
120
+ # icon: book
121
+ # - title: JupyterHub API
122
+ # href: https://jekyll.one/pages/public/jupyter/docs/jupyterhub/
123
+ # icon: book
137
124
 
138
125
  # --------------------------------------------------------------------------
139
126
  # Asciidoc Skeletons