j1-template 2022.4.2 → 2022.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/vega/js/vega-lite/README.md +0 -13
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +60 -73
- data/lib/starter_web/_data/modules/nbinteract.yml +291 -314
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/shubham-dhage-2-1920x1280.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +2 -1
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +21 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +14 -14
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
- 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
data/lib/starter_web/Gemfile
CHANGED
@@ -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.
|
56
|
+
gem 'j1-template', '~> 2022.4.3'
|
57
57
|
|
58
58
|
# ------------------------------------------------------------------------------
|
59
59
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
@@ -53,7 +53,7 @@ environment: development
|
|
53
53
|
# ------------------------------------------------------------------------------
|
54
54
|
# Sets the build version of J1 Template Gem
|
55
55
|
#
|
56
|
-
version: 2022.4.
|
56
|
+
version: 2022.4.3
|
57
57
|
|
58
58
|
# version
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -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:
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
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
|