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
@@ -104,7 +104,7 @@
104
104
  "cell_type": "markdown",
105
105
  "metadata": {},
106
106
  "source": [
107
- "### Equation"
107
+ "### Equation (Home Economy)"
108
108
  ]
109
109
  },
110
110
  {
@@ -184,7 +184,7 @@
184
184
  "cell_type": "markdown",
185
185
  "metadata": {},
186
186
  "source": [
187
- "### Evaluation\n",
187
+ "### Evaluation (Home Economy)\n",
188
188
  "\n",
189
189
  "Finally, the code for the interaction, here the *interact* function from *ipywidgets* is used. A separate slider is used for each parameter with the default parameters set for a nice default visualization, with a description and the style and layout is used from the initialization cells.\n"
190
190
  ]
@@ -268,7 +268,7 @@
268
268
  "cell_type": "markdown",
269
269
  "metadata": {},
270
270
  "source": [
271
- "### Equation"
271
+ "### Equation (Homes and ACs)"
272
272
  ]
273
273
  },
274
274
  {
@@ -343,7 +343,7 @@
343
343
  "cell_type": "markdown",
344
344
  "metadata": {},
345
345
  "source": [
346
- "### Evaluation"
346
+ "### Evaluation (Homes and ACs)"
347
347
  ]
348
348
  },
349
349
  {
@@ -432,7 +432,7 @@
432
432
  "cell_type": "markdown",
433
433
  "metadata": {},
434
434
  "source": [
435
- "### Equation"
435
+ "### Equation (Stock Control)"
436
436
  ]
437
437
  },
438
438
  {
@@ -502,7 +502,7 @@
502
502
  "cell_type": "markdown",
503
503
  "metadata": {},
504
504
  "source": [
505
- "### Evaluation"
505
+ "### Evaluation (Stock Control)"
506
506
  ]
507
507
  },
508
508
  {
@@ -585,7 +585,7 @@
585
585
  "cell_type": "markdown",
586
586
  "metadata": {},
587
587
  "source": [
588
- "### Equation"
588
+ "### Equation (Useful life)"
589
589
  ]
590
590
  },
591
591
  {
@@ -686,7 +686,7 @@
686
686
  "cell_type": "markdown",
687
687
  "metadata": {},
688
688
  "source": [
689
- "### Evaluation"
689
+ "### Evaluation (Useful life)"
690
690
  ]
691
691
  },
692
692
  {
@@ -790,7 +790,7 @@
790
790
  "cell_type": "markdown",
791
791
  "metadata": {},
792
792
  "source": [
793
- "### Equation"
793
+ "### Equation (Foxes and Rabbits)"
794
794
  ]
795
795
  },
796
796
  {
@@ -870,7 +870,7 @@
870
870
  "cell_type": "markdown",
871
871
  "metadata": {},
872
872
  "source": [
873
- "### Evaluation"
873
+ "### Evaluation (Foxes and Rabbits)"
874
874
  ]
875
875
  },
876
876
  {
@@ -19,7 +19,10 @@
19
19
  "text/html": [
20
20
  "\n",
21
21
  "<center>\n",
22
- " <iframe width=\"900\" height=\"540\" frameborder=\"0\" allowfullscreen src=\"https://www.youtube.com/embed/qhbuKbxJsk8\"></iframe>\n",
22
+ " <iframe \n",
23
+ " width=\"900\" height=\"540\" \n",
24
+ " frameborder=\"0\" allowfullscreen \n",
25
+ " src=\"https://www.youtube.com/embed/qhbuKbxJsk8\"></iframe>\n",
23
26
  "</center>\n"
24
27
  ],
25
28
  "text/plain": [
@@ -37,17 +40,11 @@
37
40
  " <iframe \n",
38
41
  " width=\"900\" height=\"540\" \n",
39
42
  " frameborder=\"0\" allowfullscreen \n",
40
- " src=\"https://www.youtube.com/embed/qhbuKbxJsk8\"></iframe>\n",
43
+ " src=\"https://www.youtube.com/embed/qhbuKbxJsk8\">\n",
44
+ " </iframe>\n",
41
45
  "</center>\n"
42
46
  ]
43
47
  },
44
- {
45
- "cell_type": "markdown",
46
- "metadata": {},
47
- "source": [
48
- "**NOTE**: The animations in the video were made using **Wolfram Mathematica**, but in **Python** there are enough tools to achieve the same."
49
- ]
50
- },
51
48
  {
52
49
  "cell_type": "markdown",
53
50
  "metadata": {},
@@ -281,7 +278,7 @@
281
278
  {
282
279
  "data": {
283
280
  "application/vnd.jupyter.widget-view+json": {
284
- "model_id": "c40314dd02354ecbb9be0573fe3d39dd",
281
+ "model_id": "d4dba979493247239ab51250161070d2",
285
282
  "version_major": 2,
286
283
  "version_minor": 0
287
284
  },
@@ -353,7 +350,7 @@
353
350
  {
354
351
  "data": {
355
352
  "application/vnd.jupyter.widget-view+json": {
356
- "model_id": "aeea86c8c0cb47a7986e89d3db043289",
353
+ "model_id": "bb55b05c9bb94a48840aa8ebfbe09800",
357
354
  "version_major": 2,
358
355
  "version_minor": 0
359
356
  },
@@ -449,7 +446,7 @@
449
446
  {
450
447
  "data": {
451
448
  "application/vnd.jupyter.widget-view+json": {
452
- "model_id": "af4e85608188459bba87cc7ec6d954a2",
449
+ "model_id": "e24dd6cda44d48f79547a245ed775be2",
453
450
  "version_major": 2,
454
451
  "version_minor": 0
455
452
  },
@@ -549,7 +546,7 @@
549
546
  {
550
547
  "data": {
551
548
  "application/vnd.jupyter.widget-view+json": {
552
- "model_id": "724135730bc34c679b875a889cc1de6d",
549
+ "model_id": "15e475d1acc54eafa37ef9e802ab97d9",
553
550
  "version_major": 2,
554
551
  "version_minor": 0
555
552
  },
@@ -104,7 +104,7 @@
104
104
  "cell_type": "markdown",
105
105
  "metadata": {},
106
106
  "source": [
107
- "### Equation"
107
+ "### Equation (Home Economy)"
108
108
  ]
109
109
  },
110
110
  {
@@ -184,7 +184,7 @@
184
184
  "cell_type": "markdown",
185
185
  "metadata": {},
186
186
  "source": [
187
- "### Evaluation\n",
187
+ "### Evaluation (Home Economy)\n",
188
188
  "\n",
189
189
  "Finally, the code for the interaction, here the *interact* function from *ipywidgets* is used. A separate slider is used for each parameter with the default parameters set for a nice default visualization, with a description and the style and layout is used from the initialization cells.\n"
190
190
  ]
@@ -197,7 +197,7 @@
197
197
  {
198
198
  "data": {
199
199
  "application/vnd.jupyter.widget-view+json": {
200
- "model_id": "398bded40362405f887c34e1e5a286c2",
200
+ "model_id": "3f7dc7b99bb74da48e10f83a8b66006d",
201
201
  "version_major": 2,
202
202
  "version_minor": 0
203
203
  },
@@ -268,7 +268,7 @@
268
268
  "cell_type": "markdown",
269
269
  "metadata": {},
270
270
  "source": [
271
- "### Equation"
271
+ "### Equation (Homes and ACs)"
272
272
  ]
273
273
  },
274
274
  {
@@ -343,7 +343,7 @@
343
343
  "cell_type": "markdown",
344
344
  "metadata": {},
345
345
  "source": [
346
- "### Evaluation"
346
+ "### Evaluation (Homes and ACs)"
347
347
  ]
348
348
  },
349
349
  {
@@ -354,7 +354,7 @@
354
354
  {
355
355
  "data": {
356
356
  "application/vnd.jupyter.widget-view+json": {
357
- "model_id": "7b2efc55994c46df96bc20ef70695541",
357
+ "model_id": "b102506a870b44f18d178438d5bf0288",
358
358
  "version_major": 2,
359
359
  "version_minor": 0
360
360
  },
@@ -432,7 +432,7 @@
432
432
  "cell_type": "markdown",
433
433
  "metadata": {},
434
434
  "source": [
435
- "### Equation"
435
+ "### Equation (Stock Control)"
436
436
  ]
437
437
  },
438
438
  {
@@ -502,7 +502,7 @@
502
502
  "cell_type": "markdown",
503
503
  "metadata": {},
504
504
  "source": [
505
- "### Evaluation"
505
+ "### Evaluation (Stock Control)"
506
506
  ]
507
507
  },
508
508
  {
@@ -513,7 +513,7 @@
513
513
  {
514
514
  "data": {
515
515
  "application/vnd.jupyter.widget-view+json": {
516
- "model_id": "10e1c36ac5624de29d44457eb99567a0",
516
+ "model_id": "de7523f0853448639b480c9a17b5d870",
517
517
  "version_major": 2,
518
518
  "version_minor": 0
519
519
  },
@@ -585,7 +585,7 @@
585
585
  "cell_type": "markdown",
586
586
  "metadata": {},
587
587
  "source": [
588
- "### Equation"
588
+ "### Equation (Useful life)"
589
589
  ]
590
590
  },
591
591
  {
@@ -686,7 +686,7 @@
686
686
  "cell_type": "markdown",
687
687
  "metadata": {},
688
688
  "source": [
689
- "### Evaluation"
689
+ "### Evaluation (Useful life)"
690
690
  ]
691
691
  },
692
692
  {
@@ -699,7 +699,7 @@
699
699
  {
700
700
  "data": {
701
701
  "application/vnd.jupyter.widget-view+json": {
702
- "model_id": "b99aec4c67464c42a75af50162cb6433",
702
+ "model_id": "fe6b79b4a4fc488c83080fd2f6785ad8",
703
703
  "version_major": 2,
704
704
  "version_minor": 0
705
705
  },
@@ -790,7 +790,7 @@
790
790
  "cell_type": "markdown",
791
791
  "metadata": {},
792
792
  "source": [
793
- "### Equation"
793
+ "### Equation (Foxes and Rabbits)"
794
794
  ]
795
795
  },
796
796
  {
@@ -870,7 +870,7 @@
870
870
  "cell_type": "markdown",
871
871
  "metadata": {},
872
872
  "source": [
873
- "### Evaluation"
873
+ "### Evaluation (Foxes and Rabbits)"
874
874
  ]
875
875
  },
876
876
  {
@@ -883,7 +883,7 @@
883
883
  {
884
884
  "data": {
885
885
  "application/vnd.jupyter.widget-view+json": {
886
- "model_id": "8432a49d585548b1841907d05dda3222",
886
+ "model_id": "40479c2ee12141a295fe6561410b3591",
887
887
  "version_major": 2,
888
888
  "version_minor": 0
889
889
  },
@@ -28,7 +28,8 @@
28
28
  <span class="p">&lt;</span><span class="nt">iframe</span>
29
29
  <span class="na">width</span><span class="o">=</span><span class="s">&quot;900&quot;</span> <span class="na">height</span><span class="o">=</span><span class="s">&quot;540&quot;</span>
30
30
  <span class="na">frameborder</span><span class="o">=</span><span class="s">&quot;0&quot;</span> <span class="na">allowfullscreen</span>
31
- <span class="na">src</span><span class="o">=</span><span class="s">&quot;https://www.youtube.com/embed/qhbuKbxJsk8&quot;</span><span class="p">&gt;&lt;/</span><span class="nt">iframe</span><span class="p">&gt;</span>
31
+ <span class="na">src</span><span class="o">=</span><span class="s">&quot;https://www.youtube.com/embed/qhbuKbxJsk8&quot;</span><span class="p">&gt;</span>
32
+ <span class="p">&lt;/</span><span class="nt">iframe</span><span class="p">&gt;</span>
32
33
  <span class="p">&lt;/</span><span class="nt">center</span><span class="p">&gt;</span>
33
34
  </pre></div>
34
35
 
@@ -48,7 +49,10 @@
48
49
  <div class="output_html rendered_html output_subarea ">
49
50
 
50
51
  <center>
51
- <iframe width="900" height="540" frameborder="0" allowfullscreen src="https://www.youtube.com/embed/qhbuKbxJsk8"></iframe>
52
+ <iframe
53
+ width="900" height="540"
54
+ frameborder="0" allowfullscreen
55
+ src="https://www.youtube.com/embed/qhbuKbxJsk8"></iframe>
52
56
  </center>
53
57
 
54
58
  </div>
@@ -61,13 +65,6 @@
61
65
  </div>
62
66
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
63
67
  <div class="text_cell_render border-box-sizing rendered_html">
64
- <p><strong>NOTE</strong>: The animations in the video were made using <strong>Wolfram Mathematica</strong>, but in <strong>Python</strong> there are enough tools to achieve the same.</p>
65
-
66
- </div>
67
- </div>
68
- </div>
69
- <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
70
- <div class="text_cell_render border-box-sizing rendered_html">
71
68
  <h2 id="General-Imports-and-Functions">General Imports and Functions<a class="anchor-link" href="#General-Imports-and-Functions">&#182;</a></h2><p>It's a good practice to place all the imports at the top of the document to better trace dependencies and keep them updated, and also to know which tools are required. In this case there are General Purpose imports and Jupyter specifics.</p>
72
69
 
73
70
  </div>
@@ -98,7 +98,7 @@ $$<p>First, we defined a function called main for easier use of interact which w
98
98
  </div>
99
99
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
100
100
  <div class="text_cell_render border-box-sizing rendered_html">
101
- <h3 id="Equation">Equation<a class="anchor-link" href="#Equation">&#182;</a></h3>
101
+ <h3 id="Equation-(Home-Economy)">Equation (Home Economy)<a class="anchor-link" href="#Equation-(Home-Economy)">&#182;</a></h3>
102
102
  </div>
103
103
  </div>
104
104
  </div>
@@ -176,7 +176,7 @@ $$<p>First, we defined a function called main for easier use of interact which w
176
176
  </div>
177
177
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
178
178
  <div class="text_cell_render border-box-sizing rendered_html">
179
- <h3 id="Evaluation">Evaluation<a class="anchor-link" href="#Evaluation">&#182;</a></h3><p>Finally, the code for the interaction, here the <em>interact</em> function from <em>ipywidgets</em> is used. A separate slider is used for each parameter with the default parameters set for a nice default visualization, with a description and the style and layout is used from the initialization cells.</p>
179
+ <h3 id="Evaluation--(Home-Economy)">Evaluation (Home Economy)<a class="anchor-link" href="#Evaluation--(Home-Economy)">&#182;</a></h3><p>Finally, the code for the interaction, here the <em>interact</em> function from <em>ipywidgets</em> is used. A separate slider is used for each parameter with the default parameters set for a nice default visualization, with a description and the style and layout is used from the initialization cells.</p>
180
180
 
181
181
  </div>
182
182
  </div>
@@ -268,7 +268,7 @@ $$
268
268
  </div>
269
269
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
270
270
  <div class="text_cell_render border-box-sizing rendered_html">
271
- <h3 id="Equation">Equation<a class="anchor-link" href="#Equation">&#182;</a></h3>
271
+ <h3 id="Equation-(Homes-and-ACs)">Equation (Homes and ACs)<a class="anchor-link" href="#Equation-(Homes-and-ACs)">&#182;</a></h3>
272
272
  </div>
273
273
  </div>
274
274
  </div>
@@ -343,7 +343,7 @@ $$
343
343
  </div>
344
344
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
345
345
  <div class="text_cell_render border-box-sizing rendered_html">
346
- <h3 id="Evaluation">Evaluation<a class="anchor-link" href="#Evaluation">&#182;</a></h3>
346
+ <h3 id="Evaluation-(Homes-and-ACs)">Evaluation (Homes and ACs)<a class="anchor-link" href="#Evaluation-(Homes-and-ACs)">&#182;</a></h3>
347
347
  </div>
348
348
  </div>
349
349
  </div>
@@ -439,7 +439,7 @@ $$<p>This time the code is only changed in the variables names and the equations
439
439
  </div>
440
440
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
441
441
  <div class="text_cell_render border-box-sizing rendered_html">
442
- <h3 id="Equation">Equation<a class="anchor-link" href="#Equation">&#182;</a></h3>
442
+ <h3 id="Equation-(Stock-Control)">Equation (Stock Control)<a class="anchor-link" href="#Equation-(Stock-Control)">&#182;</a></h3>
443
443
  </div>
444
444
  </div>
445
445
  </div>
@@ -511,7 +511,7 @@ $$<p>This time the code is only changed in the variables names and the equations
511
511
  </div>
512
512
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
513
513
  <div class="text_cell_render border-box-sizing rendered_html">
514
- <h3 id="Evaluation">Evaluation<a class="anchor-link" href="#Evaluation">&#182;</a></h3>
514
+ <h3 id="Evaluation--(Stock-Control)">Evaluation (Stock Control)<a class="anchor-link" href="#Evaluation--(Stock-Control)">&#182;</a></h3>
515
515
  </div>
516
516
  </div>
517
517
  </div>
@@ -601,7 +601,7 @@ $$
601
601
  </div>
602
602
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
603
603
  <div class="text_cell_render border-box-sizing rendered_html">
604
- <h3 id="Equation">Equation<a class="anchor-link" href="#Equation">&#182;</a></h3>
604
+ <h3 id="Equation-(Useful-life)">Equation (Useful life)<a class="anchor-link" href="#Equation-(Useful-life)">&#182;</a></h3>
605
605
  </div>
606
606
  </div>
607
607
  </div>
@@ -705,7 +705,7 @@ after the iterations</li>
705
705
  </div>
706
706
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
707
707
  <div class="text_cell_render border-box-sizing rendered_html">
708
- <h3 id="Evaluation">Evaluation<a class="anchor-link" href="#Evaluation">&#182;</a></h3>
708
+ <h3 id="Evaluation-(Useful-life)">Evaluation (Useful life)<a class="anchor-link" href="#Evaluation-(Useful-life)">&#182;</a></h3>
709
709
  </div>
710
710
  </div>
711
711
  </div>
@@ -814,7 +814,7 @@ two species interact, one as a predator and the other as prey.</p>
814
814
  </div>
815
815
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
816
816
  <div class="text_cell_render border-box-sizing rendered_html">
817
- <h3 id="Equation">Equation<a class="anchor-link" href="#Equation">&#182;</a></h3>
817
+ <h3 id="Equation-(Foxes-and-Rabbits)">Equation (Foxes and Rabbits)<a class="anchor-link" href="#Equation-(Foxes-and-Rabbits)">&#182;</a></h3>
818
818
  </div>
819
819
  </div>
820
820
  </div>
@@ -895,7 +895,7 @@ two species interact, one as a predator and the other as prey.</p>
895
895
  </div>
896
896
  <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
897
897
  <div class="text_cell_render border-box-sizing rendered_html">
898
- <h3 id="Evaluation">Evaluation<a class="anchor-link" href="#Evaluation">&#182;</a></h3>
898
+ <h3 id="Evaluation-(Foxes-and-Rabbits)">Evaluation (Foxes and Rabbits)<a class="anchor-link" href="#Evaluation-(Foxes-and-Rabbits)">&#182;</a></h3>
899
899
  </div>
900
900
  </div>
901
901
  </div>
@@ -58,13 +58,12 @@ resource_options:
58
58
 
59
59
  // Set (local) page attributes here
60
60
  // -----------------------------------------------------------------------------
61
- // :page--attr: <attr-value>
62
- :badges-enabled: false
63
- :binder-badge-enabled: false
64
- :binder--home: https://mybinder.org/
65
- :binder--docs: https://mybinder.readthedocs.io/en/latest/
66
- :url-jupyter-server-api--swagger: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/jupyter_server/master/jupyter_server/services/api/api.yaml#/
67
-
61
+ // :page--attr: <attr-value>
62
+ :badges-enabled: false
63
+ :binder-badge-enabled: false
64
+ :binder--home: https://mybinder.org/
65
+ :binder--docs: https://mybinder.readthedocs.io/en/latest/
66
+ :url-jupyter-server-api--swagger: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/jupyter_server/master/jupyter_server/services/api/api.yaml#/
68
67
 
69
68
  // Load Liquid procedures
70
69
  // -----------------------------------------------------------------------------
@@ -0,0 +1,47 @@
1
+ ---
2
+ title: SE Fake
3
+ tagline: page loaded by selenium
4
+ date: 2022-03-28 00:00:00
5
+
6
+ categories: [ Software, Python ]
7
+ tags: [ Binder, Jupyter, Notebooks ]
8
+
9
+ scrollbar: false
10
+ permalink: /pages/public/se-fake/
11
+
12
+ resources: [ nbinteract ]
13
+ resource_options:
14
+ - attic:
15
+ padding_top: 400
16
+ padding_bottom: 50
17
+ opacity: 0.5
18
+ slides:
19
+ - url: /assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg
20
+ ---
21
+
22
+ // Page Initializer
23
+ // =============================================================================
24
+ // Enable the Liquid Preprocessor
25
+ :page-liquid:
26
+
27
+ // Set (local) page attributes here
28
+ // -----------------------------------------------------------------------------
29
+ // :page--attr: <attr-value>
30
+
31
+ // Load Liquid procedures
32
+ // -----------------------------------------------------------------------------
33
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
34
+
35
+ // Load page attributes
36
+ // -----------------------------------------------------------------------------
37
+ {% include {{load_attributes}} scope="global" %}
38
+
39
+
40
+ // Page content
41
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
+
43
+ This page is only loaded by the _Selenium_ command-line runner. This makes
44
+ sure at Binder, that the created container *service* leaves up and running,
45
+ and the container *image* are not deleted because in inactivity.
46
+
47
+ textbook::j1_circular_times_table[]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.3.0",
4
+ "version": "2022.3.1",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.3.0",
4
+ "version": "2022.3.1",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
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.3.0
4
+ version: 2022.3.1
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-08 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -2141,16 +2141,20 @@ files:
2141
2141
  - lib/starter_web/pages/public/jupyter/examples/j1-odes-in-python.adoc
2142
2142
  - lib/starter_web/pages/public/jupyter/examples/j1-testing-plotly.adoc
2143
2143
  - lib/starter_web/pages/public/jupyter/examples/j1_climate-change-forecast.adoc
2144
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb
2144
2145
  - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb
2145
2146
  - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb
2146
2147
  - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb
2147
2148
  - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb
2148
2149
  - lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb
2150
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/factor_by_factor.mp4
2149
2151
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb
2150
2152
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb
2151
2153
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb
2152
2154
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb
2153
2155
  - lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb
2156
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/line_by_line.mp4
2157
+ - lib/starter_web/pages/public/jupyter/notebooks/j1/point_by_point.mp4
2154
2158
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb
2155
2159
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb
2156
2160
  - lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb
@@ -2225,6 +2229,7 @@ files:
2225
2229
  - lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc
2226
2230
  - lib/starter_web/pages/public/panels/intro_panel/panel.adoc
2227
2231
  - lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc
2232
+ - lib/starter_web/pages/public/se/se-fake.adoc
2228
2233
  - lib/starter_web/utilsrv/_defaults/package.json
2229
2234
  - lib/starter_web/utilsrv/package.json
2230
2235
  - lib/starter_web/utilsrv/server.js