Skip to content

Commit 676c720

Browse files
committed
Publishing Site numpy.org at 4e621fa8034b46fa4fccc6546d74425ed053643a on Sat Dec 4 08:52:13 UTC 2021
1 parent 8f17ded commit 676c720

33 files changed

Lines changed: 307 additions & 406 deletions

File tree

404/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -266,7 +267,7 @@ <h5 class="subtitle is-5 is-muted"></h5>
266267
</div>
267268
</div>
268269
</footer>
269-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
270+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
270271
<script src=https://unpkg.com/feather-icons></script>
271272
<script src=/js/fresh.js></script>
272273
<script src=/js/jquery.panelslider.min.js></script>
@@ -275,19 +276,11 @@ <h5 class="subtitle is-5 is-muted"></h5>
275276
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
276277
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
277278
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
278-
<script type=text/x-thebe-config>
279-
{
280-
requestKernel: true,
281-
binderOptions: {
282-
repo: "joelachance/thebelab-requirements"
283-
},
284-
}
285-
</script>
286279
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
287-
<script src=/js/app.js></script>
288280
<script src=/js/shortcuts.js></script>
289281
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
290282
<script type=text/javascript src=/js/app.js></script>
283+
<script type=text/javascript src=/js/thebe.js></script>
291284
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
292285
<script async src=https://www.google-analytics.com/analytics.js></script>
293286
</body>

about/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -356,7 +357,7 @@ <h2 id=donate>Donate</h2>
356357
</div>
357358
</div>
358359
</footer>
359-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
360+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
360361
<script src=https://unpkg.com/feather-icons></script>
361362
<script src=/js/fresh.js></script>
362363
<script src=/js/jquery.panelslider.min.js></script>
@@ -365,19 +366,11 @@ <h2 id=donate>Donate</h2>
365366
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
366367
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
367368
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
368-
<script type=text/x-thebe-config>
369-
{
370-
requestKernel: true,
371-
binderOptions: {
372-
repo: "joelachance/thebelab-requirements"
373-
},
374-
}
375-
</script>
376369
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
377-
<script src=/js/app.js></script>
378370
<script src=/js/shortcuts.js></script>
379371
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
380372
<script type=text/javascript src=/js/app.js></script>
373+
<script type=text/javascript src=/js/thebe.js></script>
381374
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
382375
<script async src=https://www.google-analytics.com/analytics.js></script>
383376
</body>

arraycomputing/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -290,7 +291,7 @@ <h5 class="subtitle is-5 is-muted"></h5>
290291
</div>
291292
</div>
292293
</footer>
293-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
294+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
294295
<script src=https://unpkg.com/feather-icons></script>
295296
<script src=/js/fresh.js></script>
296297
<script src=/js/jquery.panelslider.min.js></script>
@@ -299,19 +300,11 @@ <h5 class="subtitle is-5 is-muted"></h5>
299300
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
300301
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
301302
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
302-
<script type=text/x-thebe-config>
303-
{
304-
requestKernel: true,
305-
binderOptions: {
306-
repo: "joelachance/thebelab-requirements"
307-
},
308-
}
309-
</script>
310303
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
311-
<script src=/js/app.js></script>
312304
<script src=/js/shortcuts.js></script>
313305
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
314306
<script type=text/javascript src=/js/app.js></script>
307+
<script type=text/javascript src=/js/thebe.js></script>
315308
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
316309
<script async src=https://www.google-analytics.com/analytics.js></script>
317310
</body>

case-studies/blackhole-image/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -374,7 +375,7 @@ <h2 id=summary>Summary</h2>
374375
</div>
375376
</div>
376377
</footer>
377-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
378+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
378379
<script src=https://unpkg.com/feather-icons></script>
379380
<script src=/js/fresh.js></script>
380381
<script src=/js/jquery.panelslider.min.js></script>
@@ -383,19 +384,11 @@ <h2 id=summary>Summary</h2>
383384
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
384385
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
385386
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
386-
<script type=text/x-thebe-config>
387-
{
388-
requestKernel: true,
389-
binderOptions: {
390-
repo: "joelachance/thebelab-requirements"
391-
},
392-
}
393-
</script>
394387
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
395-
<script src=/js/app.js></script>
396388
<script src=/js/shortcuts.js></script>
397389
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
398390
<script type=text/javascript src=/js/app.js></script>
391+
<script type=text/javascript src=/js/thebe.js></script>
399392
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
400393
<script async src=https://www.google-analytics.com/analytics.js></script>
401394
</body>

case-studies/cricket-analytics/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -407,7 +408,7 @@ <h2 id=summary>Summary</h2>
407408
</div>
408409
</div>
409410
</footer>
410-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
411+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
411412
<script src=https://unpkg.com/feather-icons></script>
412413
<script src=/js/fresh.js></script>
413414
<script src=/js/jquery.panelslider.min.js></script>
@@ -416,19 +417,11 @@ <h2 id=summary>Summary</h2>
416417
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
417418
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
418419
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
419-
<script type=text/x-thebe-config>
420-
{
421-
requestKernel: true,
422-
binderOptions: {
423-
repo: "joelachance/thebelab-requirements"
424-
},
425-
}
426-
</script>
427420
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
428-
<script src=/js/app.js></script>
429421
<script src=/js/shortcuts.js></script>
430422
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
431423
<script type=text/javascript src=/js/app.js></script>
424+
<script type=text/javascript src=/js/thebe.js></script>
432425
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
433426
<script async src=https://www.google-analytics.com/analytics.js></script>
434427
</body>

case-studies/deeplabcut-dnn/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -408,7 +409,7 @@ <h2 id=summary>Summary</h2>
408409
</div>
409410
</div>
410411
</footer>
411-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
412+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
412413
<script src=https://unpkg.com/feather-icons></script>
413414
<script src=/js/fresh.js></script>
414415
<script src=/js/jquery.panelslider.min.js></script>
@@ -417,19 +418,11 @@ <h2 id=summary>Summary</h2>
417418
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
418419
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
419420
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
420-
<script type=text/x-thebe-config>
421-
{
422-
requestKernel: true,
423-
binderOptions: {
424-
repo: "joelachance/thebelab-requirements"
425-
},
426-
}
427-
</script>
428421
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
429-
<script src=/js/app.js></script>
430422
<script src=/js/shortcuts.js></script>
431423
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
432424
<script type=text/javascript src=/js/app.js></script>
425+
<script type=text/javascript src=/js/thebe.js></script>
433426
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
434427
<script async src=https://www.google-analytics.com/analytics.js></script>
435428
</body>

case-studies/gw-discov/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -407,7 +408,7 @@ <h2 id=summary>Summary</h2>
407408
</div>
408409
</div>
409410
</footer>
410-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
411+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
411412
<script src=https://unpkg.com/feather-icons></script>
412413
<script src=/js/fresh.js></script>
413414
<script src=/js/jquery.panelslider.min.js></script>
@@ -416,19 +417,11 @@ <h2 id=summary>Summary</h2>
416417
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
417418
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
418419
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
419-
<script type=text/x-thebe-config>
420-
{
421-
requestKernel: true,
422-
binderOptions: {
423-
repo: "joelachance/thebelab-requirements"
424-
},
425-
}
426-
</script>
427420
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
428-
<script src=/js/app.js></script>
429421
<script src=/js/shortcuts.js></script>
430422
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
431423
<script type=text/javascript src=/js/app.js></script>
424+
<script type=text/javascript src=/js/thebe.js></script>
432425
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
433426
<script async src=https://www.google-analytics.com/analytics.js></script>
434427
</body>

case-studies/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -160,7 +161,7 @@ <h5 class="subtitle is-5 is-muted"></h5>
160161
</div>
161162
</section>
162163
<div id=backtotop><a href=# id=backtotop-color></a></div>
163-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
164+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
164165
<script src=https://unpkg.com/feather-icons></script>
165166
<script src=/js/fresh.js></script>
166167
<script src=/js/jquery.panelslider.min.js></script>
@@ -169,19 +170,11 @@ <h5 class="subtitle is-5 is-muted"></h5>
169170
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
170171
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
171172
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
172-
<script type=text/x-thebe-config>
173-
{
174-
requestKernel: true,
175-
binderOptions: {
176-
repo: "joelachance/thebelab-requirements"
177-
},
178-
}
179-
</script>
180173
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
181-
<script src=/js/app.js></script>
182174
<script src=/js/shortcuts.js></script>
183175
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
184176
<script type=text/javascript src=/js/app.js></script>
177+
<script type=text/javascript src=/js/thebe.js></script>
185178
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
186179
<script async src=https://www.google-analytics.com/analytics.js></script>
187180
<footer id=footer class=footer>

citing-numpy/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -293,7 +294,7 @@ <h5 class="subtitle is-5 is-muted"></h5>
293294
</div>
294295
</div>
295296
</footer>
296-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
297+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
297298
<script src=https://unpkg.com/feather-icons></script>
298299
<script src=/js/fresh.js></script>
299300
<script src=/js/jquery.panelslider.min.js></script>
@@ -302,19 +303,11 @@ <h5 class="subtitle is-5 is-muted"></h5>
302303
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
303304
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
304305
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
305-
<script type=text/x-thebe-config>
306-
{
307-
requestKernel: true,
308-
binderOptions: {
309-
repo: "joelachance/thebelab-requirements"
310-
},
311-
}
312-
</script>
313306
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
314-
<script src=/js/app.js></script>
315307
<script src=/js/shortcuts.js></script>
316308
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
317309
<script type=text/javascript src=/js/app.js></script>
310+
<script type=text/javascript src=/js/thebe.js></script>
318311
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
319312
<script async src=https://www.google-analytics.com/analytics.js></script>
320313
</body>

code-of-conduct/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel=stylesheet href=/css/scientific-python-hugo-theme/videos.css>
2222
<link rel=stylesheet href=/css/scientific-python-hugo-theme/posts.css>
2323
<link rel=stylesheet href=/css/scientific-python-hugo-theme/teams.css>
24+
<link rel=stylesheet href=/css/scientific-python-hugo-theme/code-highlight.css>
2425
<link rel=stylesheet href=/css/user/casestudies.css>
2526
<link rel=stylesheet href=/css/user/mailchimp.css>
2627
<link rel=stylesheet href=/css/user/shell.css>
@@ -323,7 +324,7 @@ <h3 id=endnotes>Endnotes</h3>
323324
</div>
324325
</div>
325326
</footer>
326-
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js></script>
327+
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js></script>
327328
<script src=https://unpkg.com/feather-icons></script>
328329
<script src=/js/fresh.js></script>
329330
<script src=/js/jquery.panelslider.min.js></script>
@@ -332,19 +333,11 @@ <h3 id=endnotes>Endnotes</h3>
332333
<script src=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css></script>
333334
<script src=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js></script>
334335
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css>
335-
<script type=text/x-thebe-config>
336-
{
337-
requestKernel: true,
338-
binderOptions: {
339-
repo: "joelachance/thebelab-requirements"
340-
},
341-
}
342-
</script>
343336
<script src=https://unpkg.com/thebe@0.8.2/lib/index.js></script>
344-
<script src=/js/app.js></script>
345337
<script src=/js/shortcuts.js></script>
346338
<script type=text/javascript>setupShortcuts(maxLevel=2)</script>
347339
<script type=text/javascript src=/js/app.js></script>
340+
<script type=text/javascript src=/js/thebe.js></script>
348341
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-162151853-1','auto'),ga('send','pageview'))</script>
349342
<script async src=https://www.google-analytics.com/analytics.js></script>
350343
</body>

0 commit comments

Comments
 (0)