j1-template 2022.3.0 → 2022.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
  3. data/assets/themes/j1/adapter/js/nbinteract.js +174 -81
  4. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +1 -0
  5. data/lib/j1/version.rb +1 -1
  6. data/lib/starter_web/Gemfile +1 -1
  7. data/lib/starter_web/_config.yml +1 -1
  8. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +4 -1
  9. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  10. data/lib/starter_web/package.json +1 -1
  11. data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +21 -6
  12. data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +6 -6
  13. data/lib/starter_web/pages/public/jupyter/docs/nbinteract-doc.adoc +11 -6
  14. data/lib/starter_web/pages/public/jupyter/examples/j1-circular-times-table.adoc +10 -11
  15. data/lib/starter_web/pages/public/jupyter/examples/j1-interactive-widgets.adoc +9 -5
  16. data/lib/starter_web/pages/public/jupyter/examples/j1-odes-in-python.adoc +10 -6
  17. data/lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc +13 -4
  18. data/lib/starter_web/pages/public/jupyter/examples/j1_climate-change-forecast.adoc +4 -4
  19. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +12387 -0
  20. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +10 -10
  21. data/lib/starter_web/pages/public/jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  22. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb +10 -13
  23. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb +15 -15
  24. data/lib/starter_web/pages/public/jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  25. data/lib/starter_web/pages/public/jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  26. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +6 -9
  27. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +10 -10
  28. data/lib/starter_web/pages/public/jupyter/services/jupyterhub.adoc +6 -7
  29. data/lib/starter_web/pages/public/se/se-fake.adoc +47 -0
  30. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  31. data/lib/starter_web/utilsrv/package.json +1 -1
  32. metadata +7 -2
@@ -55,11 +55,12 @@ resource_options:
55
55
 
56
56
  // Set (local) page attributes here
57
57
  // -----------------------------------------------------------------------------
58
- // :page--attr: <attr-value>
59
- :binder-badges-enabled: true
60
- :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
61
- :binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_odes_in_python.ipynb
62
- :odes-in-python: https://elc.github.io/posts/ordinary-differential-equations-with-python/
58
+ // :page--attr: <attr-value>
59
+ :binder-badges-enabled: true
60
+ :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
61
+ :binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_odes_in_python.ipynb
62
+ :odes-in-python: https://elc.github.io/posts/ordinary-differential-equations-with-python/
63
+
63
64
  // Load Liquid procedures
64
65
  // -----------------------------------------------------------------------------
65
66
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
@@ -99,6 +100,9 @@ describing the dynamics of the population of rabbits and foxes. Check how
99
100
  the animals depend on each other. Manipulate some parameters to see the
100
101
  influences on the rabbits and foxes population.
101
102
 
102
- // textbook::j1_ode_selected[]
103
+ CAUTION: Each interactive element presented on this page uses *time-consuming*
104
+ operations that take a while to finish. The images and the interactive
105
+ elements are built through a backend in the cloud. Please be patient
106
+ to see the results.
103
107
 
104
108
  textbook::j1_odes_in_python[]
@@ -55,10 +55,10 @@ resource_options:
55
55
 
56
56
  // Set (local) page attributes here
57
57
  // -----------------------------------------------------------------------------
58
- // :page--attr: <attr-value>
59
- :binder-badges-enabled: true
60
- :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
61
- :binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_odes_in_python.ipynb
58
+ // :page--attr: <attr-value>
59
+ :binder-badges-enabled: true
60
+ :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
61
+ :binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_odes_in_python.ipynb
62
62
 
63
63
  // Load Liquid procedures
64
64
  // -----------------------------------------------------------------------------
@@ -83,4 +83,13 @@ endif::[]
83
83
 
84
84
  == Plotly
85
85
 
86
+ lorem:sentences[5]
87
+
88
+ lorem:sentences[3]
89
+
90
+ CAUTION: Each interactive element presented on this page uses *time-consuming*
91
+ operations that take a while to finish. The images and the interactive
92
+ elements are built through a backend in the cloud. Please be patient
93
+ to see the results.
94
+
86
95
  textbook::j1_testing_plotly[]
@@ -56,10 +56,10 @@ resource_options:
56
56
 
57
57
  // Set (local) page attributes here
58
58
  // -----------------------------------------------------------------------------
59
- // :page--attr: <attr-value>
60
- :binder-badges-enabled: true
61
- :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
62
- :binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_climate_change_forecast.ipynb
59
+ // :page--attr: <attr-value>
60
+ :binder-badges-enabled: true
61
+ :binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
62
+ :binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_climate_change_forecast.ipynb
63
63
 
64
64
  // Load Liquid procedures
65
65
  // -----------------------------------------------------------------------------