Skip to content

Commit aa07c5b

Browse files
committed
add: doubling_beta.py.ipynb notebook
1 parent eb96ea7 commit aa07c5b

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 42,
6+
"id": "5772c02c-eeba-4f48-9425-53abf2439345",
7+
"metadata": {},
8+
"outputs": [
9+
{
10+
"data": {
11+
"text/html": [
12+
"\n",
13+
"<div style=\"display: flex; justify-content: left; align-items: center; gap: 20px;\">\n",
14+
" <div>\n",
15+
" <img src=\"../../../docs/source/_static/images/CITCOM-logo.png\" width=\"300\">\n",
16+
" </div>\n",
17+
" <div>\n",
18+
" <img src=\"../../../docs/source/_static/images/Sheffield-logo.png\" width=\"700\">\n",
19+
" </div>\n",
20+
"</div>\n"
21+
],
22+
"text/plain": [
23+
"<IPython.core.display.HTML object>"
24+
]
25+
},
26+
"metadata": {},
27+
"output_type": "display_data"
28+
}
29+
],
30+
"source": [
31+
"from IPython.display import HTML, display\n",
32+
"\n",
33+
"html = \"\"\"\n",
34+
"<div style=\"display: flex; justify-content: left; align-items: center; gap: 20px;\">\n",
35+
" <div>\n",
36+
" <img src=\"../../../docs/source/_static/images/CITCOM-logo.png\" width=\"300\">\n",
37+
" </div>\n",
38+
" <div>\n",
39+
" <img src=\"../../../docs/source/_static/images/Sheffield-logo.png\" width=\"700\">\n",
40+
" </div>\n",
41+
"</div>\n",
42+
"\"\"\"\n",
43+
"\n",
44+
"display(HTML(html))"
45+
]
46+
},
47+
{
48+
"cell_type": "code",
49+
"execution_count": 43,
50+
"id": "723a51ed-ff3c-4205-b2d3-4ebc0434dfac",
51+
"metadata": {},
52+
"outputs": [
53+
{
54+
"data": {
55+
"text/html": [
56+
"<style>div.input { display: none; }</style>"
57+
],
58+
"text/plain": [
59+
"<IPython.core.display.HTML object>"
60+
]
61+
},
62+
"execution_count": 43,
63+
"metadata": {},
64+
"output_type": "execute_result"
65+
}
66+
],
67+
"source": []
68+
}
69+
],
70+
"metadata": {
71+
"kernelspec": {
72+
"display_name": "Python 3 (ipykernel)",
73+
"language": "python",
74+
"name": "python3"
75+
},
76+
"language_info": {
77+
"codemirror_mode": {
78+
"name": "ipython",
79+
"version": 3
80+
},
81+
"file_extension": ".py",
82+
"mimetype": "text/x-python",
83+
"name": "python",
84+
"nbconvert_exporter": "python",
85+
"pygments_lexer": "ipython3",
86+
"version": "3.10.11"
87+
}
88+
},
89+
"nbformat": 4,
90+
"nbformat_minor": 5
91+
}

0 commit comments

Comments
 (0)