Skip to content

Commit 378d1f3

Browse files
committed
Update for v0.0.74
1 parent 2a6eb2f commit 378d1f3

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

test_notebook.ipynb

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@
1010
"from ipycalc import calc"
1111
]
1212
},
13+
{
14+
"cell_type": "code",
15+
"execution_count": 3,
16+
"id": "de54315d",
17+
"metadata": {},
18+
"outputs": [
19+
{
20+
"data": {
21+
"text/markdown": [
22+
"$\\begin{array}{l l l}\n",
23+
"\\begin{array}{l} {\\small{\\textsf{Testing \\& Symbol: }}} \\end{array}&\\begin{array}{l} {\\small{a=1}} \\end{array}&\\begin{array}{l} {\\small{\\textsf{Test 2 for \\& symbol}}} \\end{array}\\\\ \n",
24+
"\\begin{array}{l} {\\small{\\textsf{Testing negative results: }}} \\end{array}&\\begin{array}{l} {\\small{b=-5.253 \\ ft=-5.25 \\ ft}} \\end{array}&\\begin{array}{l} {\\small{\\textsf{}}} \\end{array}\\\\ \n",
25+
"\\end{array}$"
26+
],
27+
"text/plain": [
28+
"<IPython.core.display.Markdown object>"
29+
]
30+
},
31+
"metadata": {},
32+
"output_type": "display_data"
33+
}
34+
],
35+
"source": [
36+
"%%calc\n",
37+
"Testing & Symbol: a = 1 # Test 2 for & symbol\n",
38+
"Testing negative results: b = -5.253*ft -> 2*ft"
39+
]
40+
},
1341
{
1442
"cell_type": "markdown",
1543
"id": "e1615c89",
@@ -20,7 +48,7 @@
2048
},
2149
{
2250
"cell_type": "code",
23-
"execution_count": 2,
51+
"execution_count": 20,
2452
"id": "9647ea7e",
2553
"metadata": {},
2654
"outputs": [
@@ -50,7 +78,7 @@
5078
},
5179
{
5280
"cell_type": "code",
53-
"execution_count": 3,
81+
"execution_count": 21,
5482
"id": "e9339a28",
5583
"metadata": {},
5684
"outputs": [
@@ -84,7 +112,7 @@
84112
},
85113
{
86114
"cell_type": "code",
87-
"execution_count": 4,
115+
"execution_count": 22,
88116
"id": "55e48d77",
89117
"metadata": {},
90118
"outputs": [
@@ -124,15 +152,15 @@
124152
},
125153
{
126154
"cell_type": "code",
127-
"execution_count": 5,
155+
"execution_count": 23,
128156
"id": "40646e30",
129157
"metadata": {},
130158
"outputs": [
131159
{
132160
"data": {
133161
"text/markdown": [
134162
"$\\begin{array}{l l l}\n",
135-
"\\begin{array}{l} {\\small{\\textsf{Operating Speed: }}} \\end{array}&\\begin{array}{l} {\\small{\\omega =1800 \\ rpm=30 \\ Hz}} \\end{array}&\\begin{array}{l} {\\small{\\textsf{Should yeild 30 Hz}}} \\end{array}\\\\ \n",
163+
"\\begin{array}{l} {\\small{\\textsf{Operating Speed: }}} \\end{array}&\\begin{array}{l} {\\small{\\omega =1800 \\ rpm=30 \\ Hz}} \\end{array}&\\begin{array}{l} {\\small{\\textsf{Should yield 30 Hz}}} \\end{array}\\\\ \n",
136164
"\\end{array}$"
137165
],
138166
"text/plain": [
@@ -145,7 +173,7 @@
145173
],
146174
"source": [
147175
"%%calc\n",
148-
"Operating Speed: omega = 1800*rpm -> 0*Hz # Should yeild 30 Hz\n"
176+
"Operating Speed: omega = 1800*rpm -> 0*Hz # Should yield 30 Hz\n"
149177
]
150178
},
151179
{
@@ -159,7 +187,7 @@
159187
},
160188
{
161189
"cell_type": "code",
162-
"execution_count": 6,
190+
"execution_count": 24,
163191
"id": "6e8a018e",
164192
"metadata": {},
165193
"outputs": [
@@ -190,7 +218,7 @@
190218
],
191219
"metadata": {
192220
"kernelspec": {
193-
"display_name": ".venv",
221+
"display_name": "venv (3.13.11)",
194222
"language": "python",
195223
"name": "python3"
196224
},

0 commit comments

Comments
 (0)