-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextra_header_minimal.html
42 lines (39 loc) · 1.63 KB
/
extra_header_minimal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- twitter card, should look for a better place to put it on the pleican side -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@kylecranmer" />
<meta name="twitter:title" content="TheoryAndPractice.org" />
<meta name="twitter:creator" content="@kylecranmer" />
<meta name="twitter:creator:id" content="1556664198" />
<meta name="twitter:description" content="TheoryAndPractice.org is Kyle Cranmer's blog" />
<meta name="twitter:image" content="https://pbs.twimg.com/profile_images/378800000065241474/e47527eed661a899d666329eb2774477_400x400.jpeg" />
<meta name="twitter:url" content="http://TheoryAndPractice.org" />
<style type="text/css">
<!--
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
init_mathjax();
</script>
-->
<script type="text/javascript" src="https://cdn.rawgit.com/oreillymedia/thebe/17fe0971303cac24d7e806c8f1bc8ba3c0c40b23/static/main-built.js"></script>
<script>
$(function(){
new Thebe({url:"https://tmpnb.org/",
kernel_name: "python3"});
});
</script>