j1-template 2022.2.2 → 2022.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +46 -18
- data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -0
- data/assets/data/fab.html +2 -2
- data/assets/data/footer.html +2 -2
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +64 -206
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/modules/nbInteract/README.md +169 -0
- data/assets/themes/j1/modules/nbInteract/css/nbinteract-core.css +4 -0
- data/assets/themes/j1/modules/nbInteract/css/nbinteract-core.min.css +4 -0
- 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/blocks/defaults/footer.yml +25 -17
- data/lib/starter_web/_data/blocks/footer.yml +78 -65
- data/lib/starter_web/_data/resources.yml +0 -22
- data/lib/starter_web/_includes/attributes.asciidoc +14 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +232 -232
- data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +135 -134
- data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +2 -4
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +170 -15
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +170 -15
- data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +185 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_recipes_interactive_questions.ipynb +19 -22
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/binder-launches.html +670 -546
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +186 -186
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +919 -702
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_ode_selected.html +186 -186
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +242 -243
- data/lib/starter_web/pages/public/jupyter/{apis/binderhub-api.adoc → services/binderhub.adoc} +22 -25
- data/lib/starter_web/pages/public/jupyter/{apis/jupyterhub-api.adoc → services/jupyterhub.adoc} +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +11 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +7 -28
- data/lib/starter_web/_data/_resources.yml +0 -1668
- data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.png +0 -0
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/algebra_with_sympy-checkpoint.ipynb +0 -14488
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/climate-change-forecast-checkpoint.ipynb +0 -916
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/ipympl_test_plots-checkpoint.ipynb +0 -14517
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_algebra_with_sympy-checkpoint.ipynb +0 -14517
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +0 -16493
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_visualization-checkpoint.ipynb +0 -15358
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_visualization_full-checkpoint.ipynb +0 -2576
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +0 -1058
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast.ipynb +0 -1060
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +0 -14478
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_hist-checkpoint.ipynb +0 -98
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive-checkpoint.ipynb +0 -560
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ipympl_test_plots-checkpoint.ipynb +0 -14511
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +0 -14478
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +0 -14818
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_pandas_creating_reading_and_writing-checkpoint.ipynb +0 -328
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_recipes_layout-checkpoint.ipynb +0 -341
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -98
- data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_correlation-checkpoint.ipynb +0 -651
- data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +0 -323
- data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -387
- data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +0 -384
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2022.2.
|
4
|
+
version: 2022.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -1423,6 +1423,7 @@ files:
|
|
1423
1423
|
- assets/themes/j1/modules/msDropdown/js/msDropdown.js
|
1424
1424
|
- assets/themes/j1/modules/msDropdown/js/msDropdown.min.js
|
1425
1425
|
- assets/themes/j1/modules/msDropdown/js/msDropdown.min.js.map
|
1426
|
+
- assets/themes/j1/modules/nbInteract/README.md
|
1426
1427
|
- assets/themes/j1/modules/nbInteract/css/nbinteract-core.css
|
1427
1428
|
- assets/themes/j1/modules/nbInteract/css/nbinteract-core.min.css
|
1428
1429
|
- assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.css
|
@@ -1593,7 +1594,6 @@ files:
|
|
1593
1594
|
- lib/starter_web/_data/_defaults/j1_config.yml
|
1594
1595
|
- lib/starter_web/_data/_defaults/private.yml
|
1595
1596
|
- lib/starter_web/_data/_defaults/resources.yml
|
1596
|
-
- lib/starter_web/_data/_resources.yml
|
1597
1597
|
- lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml
|
1598
1598
|
- lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml
|
1599
1599
|
- lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1mn-subset
|
@@ -1966,8 +1966,8 @@ files:
|
|
1966
1966
|
- lib/starter_web/assets/images/pages/modals/03_central_modal.jpg
|
1967
1967
|
- lib/starter_web/assets/images/pages/modals/04_fluid_modal.jpg
|
1968
1968
|
- lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg
|
1969
|
-
- lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.png
|
1970
1969
|
- lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg
|
1970
|
+
- lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg
|
1971
1971
|
- lib/starter_web/assets/images/pages/panels/florian-olivo-1920x800.jpg
|
1972
1972
|
- lib/starter_web/assets/images/pages/panels/modules-apps-1920x800.jpg
|
1973
1973
|
- lib/starter_web/assets/images/pages/panels/no-time-1920x800.jpg
|
@@ -2111,8 +2111,6 @@ files:
|
|
2111
2111
|
- lib/starter_web/pages/public/blog/navigator/archive/dateview.html
|
2112
2112
|
- lib/starter_web/pages/public/blog/navigator/archive/tagview.html
|
2113
2113
|
- lib/starter_web/pages/public/blog/navigator/index.html
|
2114
|
-
- lib/starter_web/pages/public/jupyter/apis/binderhub-api.adoc
|
2115
|
-
- lib/starter_web/pages/public/jupyter/apis/jupyterhub-api.adoc
|
2116
2114
|
- lib/starter_web/pages/public/jupyter/docs/_includes/attributes.asciidoc
|
2117
2115
|
- lib/starter_web/pages/public/jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc
|
2118
2116
|
- lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc
|
@@ -2123,37 +2121,16 @@ files:
|
|
2123
2121
|
- lib/starter_web/pages/public/jupyter/examples/j1_climate-change-forecast.adoc
|
2124
2122
|
- lib/starter_web/pages/public/jupyter/notebooks/binder/binder-launches.ipynb
|
2125
2123
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/Untitled-checkpoint.ipynb
|
2126
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/algebra_with_sympy-checkpoint.ipynb
|
2127
2124
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/binder-launches-checkpoint.ipynb
|
2128
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/climate-change-forecast-checkpoint.ipynb
|
2129
2125
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/google_altair-checkpoint.ipynb
|
2130
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/ipympl_test_plots-checkpoint.ipynb
|
2131
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_algebra_with_sympy-checkpoint.ipynb
|
2132
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb
|
2133
2126
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive_test-checkpoint.ipynb
|
2134
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_visualization-checkpoint.ipynb
|
2135
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_visualization_full-checkpoint.ipynb
|
2136
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb
|
2137
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast.ipynb
|
2138
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb
|
2139
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_hist-checkpoint.ipynb
|
2140
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive-checkpoint.ipynb
|
2141
2127
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb
|
2142
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ipympl_test_plots-checkpoint.ipynb
|
2143
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb
|
2144
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb
|
2145
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_pandas_creating_reading_and_writing-checkpoint.ipynb
|
2146
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_recipes_layout-checkpoint.ipynb
|
2147
|
-
- lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb
|
2148
2128
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/binder-launches.ipynb
|
2149
2129
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb
|
2150
2130
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb
|
2151
2131
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb
|
2152
2132
|
- lib/starter_web/pages/public/jupyter/notebooks/j1/j1_ode_selected.ipynb
|
2153
|
-
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/
|
2154
|
-
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb
|
2155
|
-
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb
|
2156
|
-
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb
|
2133
|
+
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb
|
2157
2134
|
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_examples_central_limit_theorem.ipynb
|
2158
2135
|
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_examples_correlation.ipynb
|
2159
2136
|
- lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_examples_empirical_distributions.ipynb
|
@@ -2193,6 +2170,8 @@ files:
|
|
2193
2170
|
- lib/starter_web/pages/public/jupyter/notebooks/themes/altair/spacy_base.py
|
2194
2171
|
- lib/starter_web/pages/public/jupyter/notebooks/themes/altair/spacy_mono.py
|
2195
2172
|
- lib/starter_web/pages/public/jupyter/notebooks/themes/altair/sunsentinel.py
|
2173
|
+
- lib/starter_web/pages/public/jupyter/services/binderhub.adoc
|
2174
|
+
- lib/starter_web/pages/public/jupyter/services/jupyterhub.adoc
|
2196
2175
|
- lib/starter_web/pages/public/learn/quickstart.adoc
|
2197
2176
|
- lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc
|
2198
2177
|
- lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc
|