j1-template 2022.4.0 → 2022.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +1 -1
  5. data/assets/themes/j1/adapter/js/nbinteract.js +21 -10
  6. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  7. data/assets/themes/j1/modules/bokeh/README.md +380 -0
  8. data/assets/themes/j1/modules/bokeh/js/v2.4.3/bokeh.min.js +596 -0
  9. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.css +7 -0
  10. data/assets/themes/j1/modules/nbInteract/css/theme/uno/nbinteract-core.min.css +1 -1
  11. data/assets/themes/j1/modules/vega/js/vega/LICENSE +27 -0
  12. data/assets/themes/j1/modules/vega/js/vega/README.md +42 -0
  13. data/assets/themes/j1/modules/vega/js/vega/vega-core.js +34550 -0
  14. data/assets/themes/j1/modules/vega/js/vega/vega-core.min.js +2 -0
  15. data/assets/themes/j1/modules/vega/js/vega/vega-core.min.js.map +1 -0
  16. data/assets/themes/j1/modules/vega/js/vega/vega.js +49095 -0
  17. data/assets/themes/j1/modules/vega/js/vega/vega.min.js +2 -0
  18. data/assets/themes/j1/modules/vega/js/vega/vega.min.js.map +1 -0
  19. data/assets/themes/j1/modules/vega/js/vega-embed/LICENSE +27 -0
  20. data/assets/themes/j1/modules/vega/js/vega-embed/README.md +230 -0
  21. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js +6607 -0
  22. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.js.map +1 -0
  23. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.min.js +21 -0
  24. data/assets/themes/j1/modules/vega/js/vega-embed/vega-embed.min.js.map +1 -0
  25. data/assets/themes/j1/modules/vega/js/vega-lite/LICENSE +27 -0
  26. data/assets/themes/j1/modules/vega/js/vega-lite/README.md +21 -0
  27. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite-schema.json +30999 -0
  28. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.js +24585 -0
  29. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.js.map +1 -0
  30. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.min.js +2 -0
  31. data/assets/themes/j1/modules/vega/js/vega-lite/vega-lite.min.js.map +1 -0
  32. data/lib/j1/version.rb +1 -1
  33. data/lib/starter_web/Gemfile +1 -1
  34. data/lib/starter_web/_config.yml +1 -1
  35. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +5 -1
  36. data/lib/starter_web/_data/modules/navigator_menu.yml +60 -56
  37. data/lib/starter_web/_data/modules/nbinteract.yml +83 -87
  38. data/lib/starter_web/_data/resources.yml +101 -0
  39. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  40. data/lib/starter_web/assets/images/modules/attics/shubham-dhage-2-1920x1280.jpg +0 -0
  41. data/lib/starter_web/assets/images/modules/attics/wrongtog-1920x1280.jpg +0 -0
  42. data/lib/starter_web/assets/images/modules/attics/yellow-cactus-1920x1280.jpg +0 -0
  43. data/lib/starter_web/assets/images/modules/icons/bokeh/bokeh-32x32.ico +0 -0
  44. data/lib/starter_web/assets/images/modules/icons/bokeh/bokeh.ico +0 -0
  45. data/lib/starter_web/assets/images/modules/icons/bokeh/logo-160x160.png +0 -0
  46. data/lib/starter_web/package.json +1 -1
  47. data/lib/starter_web/pages/public/jupyter/examples/{j1-circular-times-table.adoc → distributed/j1-circular-times-table.adoc} +7 -2
  48. data/lib/starter_web/pages/public/jupyter/examples/{j1-interactive-widgets.adoc → distributed/j1-common-used-widgets.adoc} +14 -6
  49. data/lib/starter_web/pages/public/jupyter/examples/{j1-odes-in-python.adoc → distributed/j1-odes-in-python.adoc} +7 -2
  50. data/lib/starter_web/pages/public/jupyter/examples/{j1_climate-change-forecast.adoc → localized/j1_climate-change-forecast.adoc} +10 -5
  51. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  52. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  53. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  54. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  55. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  56. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  57. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  58. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  59. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  60. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  61. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  62. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +2 -1
  63. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +21 -0
  64. data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +239 -0
  65. data/lib/starter_web/pages/public/learn/where_to_go.adoc +23 -7
  66. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  67. data/lib/starter_web/utilsrv/package.json +1 -1
  68. metadata +47 -42
  69. data/lib/starter_web/pages/public/jupyter/docs/_includes/attributes.asciidoc +0 -58
  70. data/lib/starter_web/pages/public/jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +0 -232
  71. data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +0 -563
  72. data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +0 -465
  73. data/lib/starter_web/pages/public/jupyter/docs/nbinteract-doc.adoc +0 -473
  74. data/lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc +0 -94
  75. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +0 -12387
  76. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +0 -1058
  77. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +0 -14478
  78. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +0 -738
  79. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +0 -14478
  80. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +0 -15227
  81. data/lib/starter_web/pages/public/jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  82. data/lib/starter_web/pages/public/jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  83. data/lib/starter_web/pages/public/jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  84. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +0 -247
  85. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +0 -323
  86. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -387
  87. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +0 -185
  88. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +0 -384
  89. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +0 -254
  90. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +0 -732
  91. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
  92. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
  93. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
  94. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
  95. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
  96. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
  97. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
  98. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
  99. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
  100. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
  101. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
  102. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +0 -866
  103. data/lib/starter_web/pages/public/jupyter/services/binderhub.adoc +0 -564
  104. data/lib/starter_web/pages/public/jupyter/services/jupyterhub.adoc +0 -244
@@ -373,6 +373,7 @@ resources:
373
373
 
374
374
  # ----------------------------------------------------------------------------
375
375
  # Google Analytics OptIn, a browser library to opt-in in Google Analytics
376
+ #
376
377
  # See: https://github.com/luciomartinez/gtag-opt-in
377
378
  #
378
379
  - name: gaOptIn
@@ -397,6 +398,7 @@ resources:
397
398
  # ----------------------------------------------------------------------------
398
399
  # jQueryUI, curated set of user interface interactions, effects, widgets,
399
400
  # and themes built on top of jQuery
401
+ #
400
402
  # See: https://jqueryui.com/
401
403
  #
402
404
  - name: jQueryUI
@@ -424,6 +426,7 @@ resources:
424
426
  # ----------------------------------------------------------------------------
425
427
  # J1 Logger, JS API for all logs used by J1 Template based on the
426
428
  # log4j implementation for JS (log4javascript)
429
+ #
427
430
  # See: http://log4javascript.org
428
431
  #
429
432
  - name: Logger
@@ -448,6 +451,7 @@ resources:
448
451
  # ----------------------------------------------------------------------------
449
452
  # Backstretch, JS API to add responsive image|video content
450
453
  # to J1 Top Headers
454
+ #
451
455
  # See: https://github.com/jquery-backstretch/jquery-backstretch
452
456
  #
453
457
  - name: Backstretch
@@ -472,6 +476,7 @@ resources:
472
476
  # ----------------------------------------------------------------------------
473
477
  # Top Header, JS implementaion to create top headers for J1 Template
474
478
  # based on the JS API jQuery Backstretch
479
+ #
475
480
  # See: https://github.com/jquery-backstretch/jquery-backstretch
476
481
  #
477
482
  - name: J1 Attic
@@ -496,6 +501,7 @@ resources:
496
501
  # ----------------------------------------------------------------------------
497
502
  # Navigator, JS API to create the naviagtion for J1 Template
498
503
  # based on the (BS3) JS implementaion of Bootsnav.
504
+ #
499
505
  # See: https://github.com/adamnurdin01/bootsnav
500
506
  #
501
507
  - name: J1 Navigator
@@ -519,6 +525,7 @@ resources:
519
525
 
520
526
  # ----------------------------------------------------------------------------
521
527
  # Mobile Menu (Light), JS API to create TOCs for mobile devices
528
+ #
522
529
  # See: https://github.com/FrDH/mmenu-light
523
530
  #
524
531
  - name: MMenu
@@ -546,6 +553,7 @@ resources:
546
553
  # ----------------------------------------------------------------------------
547
554
  # Themer, JS implementation to integrate themes from Bootswatch
548
555
  # based on the bootstrapThemeSwitcher API
556
+ #
549
557
  # See: https://github.com/jguadagno/bootstrapThemeSwitcher
550
558
  #
551
559
  - name: J1 Themer
@@ -570,6 +578,7 @@ resources:
570
578
  # ----------------------------------------------------------------------------
571
579
  # Toccer, JS implementation to create TOCs from HTML headline elements
572
580
  # based on Tocbot API
581
+ #
573
582
  # See: https://github.com/tscanlin/tocbot
574
583
  #
575
584
  - name: J1 Toccer
@@ -594,6 +603,7 @@ resources:
594
603
  # ----------------------------------------------------------------------------
595
604
  # CookieConsent, JS API to create GDPR compatible cookie consent based
596
605
  # on bootstrap-cookie-banner JS API
606
+ #
597
607
  # See: https://github.com/shaack/bootstrap-cookie-banner
598
608
  #
599
609
  - name: J1 CookieConsent
@@ -617,6 +627,7 @@ resources:
617
627
 
618
628
  # ----------------------------------------------------------------------------
619
629
  # jqMouseWheel, cross-browser mouse wheel support (currently NOT used)
630
+ #
620
631
  # See: https://github.com/jquery/jquery-mousewheel
621
632
  #
622
633
  - name: jqMouseWheel
@@ -640,6 +651,7 @@ resources:
640
651
 
641
652
  # ----------------------------------------------------------------------------
642
653
  # Theme Switcher, JS API for switching Bootstrap Themes (Bootswatch)
654
+ #
643
655
  # See: https://bootswatch.com/
644
656
  #
645
657
  - name: themeSwitcher
@@ -663,6 +675,7 @@ resources:
663
675
 
664
676
  # ----------------------------------------------------------------------------
665
677
  # Bootstrap V5 JS components
678
+ #
666
679
  # See: https://getbootstrap.com/docs/5.0/getting-started/introduction/
667
680
  #
668
681
  - name: Bootstrap JS
@@ -686,6 +699,7 @@ resources:
686
699
 
687
700
  # ----------------------------------------------------------------------------
688
701
  # BMD, responsive UI framework for Bootstrap
702
+ #
689
703
  # See: https://github.com/mdbootstrap/bootstrap-material-design/tree/4.1.3
690
704
  #
691
705
  - name: Bootstrap Material Design
@@ -709,6 +723,7 @@ resources:
709
723
 
710
724
  # ----------------------------------------------------------------------------
711
725
  # Materialize, responsive JS (Vanilla) UI framework (currently NOT used)
726
+ #
712
727
  # See: https://materializecss.com/
713
728
  #
714
729
  - name: Materialize
@@ -735,6 +750,7 @@ resources:
735
750
  # ----------------------------------------------------------------------------
736
751
  # Responsive Tables, JS implementation to create responsive HTML tables
737
752
  # based on the JS API Tablesaw
753
+ #
738
754
  # See: https://github.com/filamentgroup/tablesaw
739
755
  #
740
756
  - name: Responsive Tables
@@ -780,6 +796,7 @@ resources:
780
796
 
781
797
  # ----------------------------------------------------------------------------
782
798
  # CSS Flags Previewer, preview page (UI) for country flags
799
+ #
783
800
  # See: https://github.com/lipis/flag-icons
784
801
  #
785
802
  - name: CSS Flags Previewer
@@ -830,6 +847,7 @@ resources:
830
847
  # ----------------------------------------------------------------------------
831
848
  # lunr search engine, JS API used for the QuickSearch feature
832
849
  # of J1 Template based on the Lunr JS API
850
+ #
833
851
  # See: https://lunrjs.com/
834
852
  #
835
853
  - name: Lunr
@@ -882,6 +900,7 @@ resources:
882
900
  # ----------------------------------------------------------------------------
883
901
  # MsDropdowns, JS implementation to create themeable HTML <select>
884
902
  # elements (dropdowns) based on the msDropdown API
903
+ #
885
904
  # See: https://github.com/marghoobsuleman/ms-Dropdown
886
905
  #
887
906
  - name: MsDropdowns
@@ -905,6 +924,7 @@ resources:
905
924
 
906
925
  # ----------------------------------------------------------------------------
907
926
  # Translator, JS API to provide Translation services
927
+ #
908
928
  # See: https://translate.google.com/intl/en/about/
909
929
  #
910
930
  - name: Translator
@@ -928,6 +948,7 @@ resources:
928
948
 
929
949
  # ----------------------------------------------------------------------------
930
950
  # Analytics, JS implementation to provide Analytics services
951
+ #
931
952
  # See: https://analytics.google.com/
932
953
  #
933
954
  - name: Analytics
@@ -1026,6 +1047,7 @@ resources:
1026
1047
 
1027
1048
  # ----------------------------------------------------------------------------
1028
1049
  # Animate CSS, styles for CSS-based animations
1050
+ #
1029
1051
  # See: https://animate.style/
1030
1052
  #
1031
1053
  - name: Animate CSS
@@ -1072,6 +1094,7 @@ resources:
1072
1094
  # ----------------------------------------------------------------------------
1073
1095
  # iFrameResizer, JS Client|Server implementation to manage HTML iframes
1074
1096
  # based on the JS API iFrame Resizer
1097
+ #
1075
1098
  # See: https://github.com/davidjbradshaw/iframe-resizer
1076
1099
  #
1077
1100
  - name: J1 Framer
@@ -1095,6 +1118,7 @@ resources:
1095
1118
 
1096
1119
  # ----------------------------------------------------------------------------
1097
1120
  # Lightbox V2, the main lightbox for J1 Template
1121
+ #
1098
1122
  # See: ttp://lokeshdhakar.com/projects/lightbox2/
1099
1123
  #
1100
1124
  - name: J1 Lightbox
@@ -1121,6 +1145,7 @@ resources:
1121
1145
 
1122
1146
  # ----------------------------------------------------------------------------
1123
1147
  # Twitter Emoji Icons, CSS component for using Twitter Emojis
1148
+ #
1124
1149
  # See: https://twemoji.twitter.com/
1125
1150
  #
1126
1151
  - name: Twitter Emoji Icons
@@ -1144,6 +1169,7 @@ resources:
1144
1169
 
1145
1170
  # ----------------------------------------------------------------------------
1146
1171
  # Twitter Emoji Picker, selection UI for Twitter Emojis
1172
+ #
1147
1173
  # See: https://github.com/xLs51/Twemoji-Picker
1148
1174
  #
1149
1175
  - name: Twitter Emoji Picker
@@ -1167,6 +1193,7 @@ resources:
1167
1193
 
1168
1194
  # ----------------------------------------------------------------------------
1169
1195
  # MDI Previewer, preview page (UI) for MDI icons
1196
+ #
1170
1197
  # See: https://materialdesignicons.com/
1171
1198
  #
1172
1199
  - name: MDI Previewer
@@ -1190,6 +1217,7 @@ resources:
1190
1217
 
1191
1218
  # ----------------------------------------------------------------------------
1192
1219
  # MDIl Previewer, preview page (UI) for MDI icons (light)
1220
+ #
1193
1221
  # See: https://materialdesignicons.com/cdn/light/0.2.63/
1194
1222
  #
1195
1223
  - name: MDIL Previewer
@@ -1213,6 +1241,7 @@ resources:
1213
1241
 
1214
1242
  # ----------------------------------------------------------------------------
1215
1243
  # Iconify Framework, JS API to use Iconify icons
1244
+ #
1216
1245
  # See: https://iconify.design/
1217
1246
  #
1218
1247
  - name: Iconify Framework
@@ -1236,6 +1265,7 @@ resources:
1236
1265
 
1237
1266
  # ----------------------------------------------------------------------------
1238
1267
  # Algolia, JS API (wrapper) to use Algolia Search
1268
+ #
1239
1269
  # See: https://www.algolia.com/doc/
1240
1270
  #
1241
1271
  - resource:
@@ -1262,6 +1292,7 @@ resources:
1262
1292
  # ----------------------------------------------------------------------------
1263
1293
  # Clipboard, JS implementation to add clipboard functionality based
1264
1294
  # on the JS API clipboard.js
1295
+ #
1265
1296
  # See: https://clipboardjs.com/
1266
1297
  #
1267
1298
  - name: Clipboard
@@ -1314,6 +1345,7 @@ resources:
1314
1345
  # ----------------------------------------------------------------------------
1315
1346
  # Justified Gallery, JS implementation for full-featured image galleries
1316
1347
  # based on the Justified Gallery API
1348
+ #
1317
1349
  # See: https://miromannino.github.io/Justified-Gallery/
1318
1350
  #
1319
1351
  - name: Justified Gallery
@@ -1341,6 +1373,7 @@ resources:
1341
1373
  # ----------------------------------------------------------------------------
1342
1374
  # LightGallery, JS implementaion for full-featured lightboxes based on
1343
1375
  # the JS API lightGallery
1376
+ #
1344
1377
  # See: https://www.lightgalleryjs.com/
1345
1378
  #
1346
1379
  - name: LightGallery
@@ -1451,6 +1484,7 @@ resources:
1451
1484
 
1452
1485
  # ----------------------------------------------------------------------------
1453
1486
  # Range Slider, based on the JS implementation of the noUiSlider API
1487
+ #
1454
1488
  # See: https://github.com/leongersen/noUiSlider
1455
1489
  #
1456
1490
  - name: rangeSlider
@@ -1474,6 +1508,7 @@ resources:
1474
1508
 
1475
1509
  # ----------------------------------------------------------------------------
1476
1510
  # Data tables for J1 Template (currently NOT used)
1511
+ #
1477
1512
  # See: https://datatables.net/
1478
1513
  #
1479
1514
  - name: Data Tables
@@ -1519,6 +1554,7 @@ resources:
1519
1554
 
1520
1555
  # ----------------------------------------------------------------------------
1521
1556
  # deeplAPI, JS Wrapper for the DeepL API
1557
+ #
1522
1558
  # See: https://www.deepl.com/docs-api/
1523
1559
  #
1524
1560
  - name: deeplAPI
@@ -1543,6 +1579,7 @@ resources:
1543
1579
  # ----------------------------------------------------------------------------
1544
1580
  # Crypto, JS implementation of standard and secure cryptographic
1545
1581
  # algorithms based on Google's cryptoJS APIs
1582
+ #
1546
1583
  # See: https://code.google.com/archive/p/crypto-js/
1547
1584
  #
1548
1585
  - name: Crypto
@@ -1566,6 +1603,7 @@ resources:
1566
1603
 
1567
1604
  # ----------------------------------------------------------------------------
1568
1605
  # Advertising, JS implementation to provide Advertising services
1606
+ #
1569
1607
  # See: https://www.google.com/intl/de_de/adsense/start/
1570
1608
  #
1571
1609
  - name: Advertising
@@ -1665,6 +1703,7 @@ resources:
1665
1703
  # Plotly Open Source Graphing Library
1666
1704
  # Interactive charts and maps for Python, R, Julia, Javascript,
1667
1705
  # ggplot2, F#, MATLAB®, and Dash.
1706
+ #
1668
1707
  # See: https://plotly.com/graphing-libraries/
1669
1708
  # https://plotly.com/javascript/getting-started/
1670
1709
  #
@@ -1689,9 +1728,71 @@ resources:
1689
1728
  ]
1690
1729
  init_function: []
1691
1730
 
1731
+ # ----------------------------------------------------------------------------
1732
+ # BokehJS - JS Interface for Bokeh Interactive Visualization library
1733
+ # It provides elegant, concise construction of versatile graphics, and
1734
+ # affords high-performance interactivity over large or streaming datasets.
1735
+ #
1736
+ # See: https://github.com/bokeh/bokeh
1737
+ #
1738
+ - name: BokehJS
1739
+ resource:
1740
+ enabled: false
1741
+
1742
+ id: bokeh
1743
+ comment: BokehJS
1744
+ region: head
1745
+ layout: [ all ]
1746
+ required: ondemand
1747
+ preload: false
1748
+ script_load: defer
1749
+ dependencies: false
1750
+ pass_init_data: false
1751
+ data:
1752
+ css: []
1753
+ files: [ modules/bokeh/js/v2.4.3/bokeh.min.js ]
1754
+ js: []
1755
+ init_function: []
1756
+
1757
+ # ----------------------------------------------------------------------------
1758
+ # Vega – A Visualization Grammar
1759
+ # Vega is a visualization grammar, a declarative language for creating,
1760
+ # saving, and sharing interactive visualization designs. With Vega you can
1761
+ # describe data visualizations in a JSON format, and generate interactive
1762
+ # views using either HTML5 Canvas or SVG.
1763
+ #
1764
+ # See: https://github.com/vega/vega
1765
+ # https://github.com/vega/vega-lite
1766
+ # https://github.com/vega/vega-embed
1767
+ #
1768
+ - name: Vega
1769
+ resource:
1770
+ enabled: false
1771
+
1772
+ id: vega
1773
+ comment: Vega Visualization Grammar Bundle
1774
+ region: head
1775
+ layout: [ all ]
1776
+ required: ondemand
1777
+ preload: false
1778
+ script_load: defer
1779
+ dependencies: false
1780
+ pass_init_data: false
1781
+ data:
1782
+ css: []
1783
+ files: []
1784
+ js: [
1785
+ modules/vega/js/vega/vega,
1786
+ modules/vega/js/vega/vega-core,
1787
+ modules/vega/js/vega-lite/vega-lite,
1788
+ modules/vega/js/vega-embed/vega-embed
1789
+ ]
1790
+ init_function: []
1791
+
1692
1792
  # ----------------------------------------------------------------------------
1693
1793
  # RequireJS
1694
1794
  # RequireJS loads plain JavaScript files as well as more defined modules.
1795
+ #
1695
1796
  # See: https://github.com/requirejs/requirejs
1696
1797
  # https://plotly.com/javascript/getting-started/
1697
1798
  #
@@ -369,6 +369,6 @@ end
369
369
 
370
370
  module Jekyll
371
371
  module J1LunrSearch
372
- VERSION = '2022.4.0'
372
+ VERSION = '2022.4.3'
373
373
  end
374
374
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2022.4.0",
4
+ "version": "2022.4.3",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -29,7 +29,7 @@ keywords: >
29
29
  nbi, integration, binder, binderhub, jupyterhub
30
30
 
31
31
  categories: [ Software, Python ]
32
- tags: [ Binder, Jupyter, Notebooks ]
32
+ tags: [ Binder, Jupyter, Notebooks, Distributed ]
33
33
 
34
34
  scrollbar: false
35
35
  fab_menu_id: open_toc_reload
@@ -45,7 +45,12 @@ resource_options:
45
45
  padding_bottom: 50
46
46
  opacity: 0.5
47
47
  slides:
48
- - url: /assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg
48
+ - url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
49
+ alt: Photo by Yellow Cactus on Unsplash
50
+ badge:
51
+ type: unsplash
52
+ author: Yellow Cactus
53
+ href: https://unsplash.com/@yellowcactus
49
54
  ---
50
55
 
51
56
  // Page Initializer
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: J1 NBI
3
- tagline: interactive widgets
3
+ tagline: common used widgets
4
4
  date: 2022-03-28 00:00:00
5
5
  description: >
6
6
  The package nbinteract aims to enable authors and educators to create and
@@ -29,7 +29,7 @@ keywords: >
29
29
  nbi, integration, binder, binderhub, jupyterhub
30
30
 
31
31
  categories: [ Software, Python ]
32
- tags: [ Binder, Jupyter, Notebooks ]
32
+ tags: [ Binder, Jupyter, Notebooks, Distributed ]
33
33
 
34
34
  scrollbar: false
35
35
  fab_menu_id: open_toc_reload
@@ -90,10 +90,18 @@ CAUTION: Each interactive element presented on this page uses *time-consuming*
90
90
  operations that take a while to finish. The elements are built through a
91
91
  backend in the cloud. Please be patient to see the results.
92
92
 
93
- Widgets are eventful python objects that have a representation in the browser,
94
- often as a control like a slider, textbox, etc. Widgets are used to build
95
- interactive GUIs for your notebooks, and to synchronize stateful and stateless
96
- information between the (IPython-)Kernel and JavaScript.
93
+ *Widgets* are eventful python objects that have a representation in the browser,
94
+ often as a control like as sliders, textboxes, dowpdowns etc. Widgets may used
95
+ to build *interactive* GUIs for your notebooks, and to synchronize stateful and
96
+ stateless information between the (IPython-)Kernel and JavaScript.
97
+
98
+ Many libraries are available for Jupyter (IPython) to choose from. One of the
99
+ most commonly used libraries for widgets is *IPyWidgets*. the widgets of
100
+ *Matplotlib* or *GGplot*.
101
+
102
+ In addition to the popular widgets, the NBI module offers additional GUI
103
+ elements via the integrated interact-core library, which are useable in a
104
+ very simple way.
97
105
 
98
106
  Find with that page a commonly used set of widgets for interactive textbooks.
99
107
  Some more options are available for interactivity, but this selection shows
@@ -29,7 +29,7 @@ keywords: >
29
29
  nbi, integration, binder, binderhub, jupyterhub
30
30
 
31
31
  categories: [ Software, Python ]
32
- tags: [ Binder, Jupyter, Notebooks ]
32
+ tags: [ Binder, Jupyter, Notebooks, Distributed ]
33
33
 
34
34
  scrollbar: false
35
35
  fab_menu_id: open_toc_reload
@@ -45,7 +45,12 @@ resource_options:
45
45
  padding_bottom: 50
46
46
  opacity: 0.5
47
47
  slides:
48
- - url: /assets/images/modules/attics/runner-1920x1200.jpg
48
+ - url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
49
+ alt: Photo by Yellow Cactus on Unsplash
50
+ badge:
51
+ type: unsplash
52
+ author: Yellow Cactus
53
+ href: https://unsplash.com/@yellowcactus
49
54
  ---
50
55
 
51
56
  // Page Initializer
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Non-Interactive Notebook
2
+ title: Localized Notebook
3
3
  tagline: climate change forecast
4
4
  date: 2022-03-28 00:00:00
5
5
  description: >
@@ -30,13 +30,13 @@ keywords: >
30
30
  nbi, integration, binder, binderhub, jupyterhub
31
31
 
32
32
  categories: [ Software, Python ]
33
- tags: [ Binder, Jupyter, Notebooks ]
33
+ tags: [ Jupyter, Notebooks, Localized ]
34
34
 
35
- scrollbar: false
35
+ scrollbar: true
36
36
  fab_menu_id: open_toc_reload
37
37
  personalization: true
38
38
 
39
- permalink: /pages/public/jupyter/textbooks/climate-change-forecast/
39
+ permalink: /pages/public/jupyter/examples/localized/climate-change-forecast/
40
40
  regenerate: false
41
41
 
42
42
  resources: [ nbinteract, rouge ]
@@ -46,7 +46,12 @@ resource_options:
46
46
  padding_bottom: 50
47
47
  opacity: 0.5
48
48
  slides:
49
- - url: /assets/images/modules/attics/runner-1920x1200.jpg
49
+ - url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
50
+ alt: Photo by Yellow Cactus on Unsplash
51
+ badge:
52
+ type: unsplash
53
+ author: Yellow Cactus
54
+ href: https://unsplash.com/@yellowcactus
50
55
  ---
51
56
 
52
57
  // Page Initializer