File tree Expand file tree Collapse file tree 1 file changed +36
-8
lines changed
Expand file tree Collapse file tree 1 file changed +36
-8
lines changed Original file line number Diff line number Diff line change 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" ,
2048 },
2149 {
2250 "cell_type" : " code" ,
23- "execution_count" : 2 ,
51+ "execution_count" : 20 ,
2452 "id" : " 9647ea7e" ,
2553 "metadata" : {},
2654 "outputs" : [
5078 },
5179 {
5280 "cell_type" : " code" ,
53- "execution_count" : 3 ,
81+ "execution_count" : 21 ,
5482 "id" : " e9339a28" ,
5583 "metadata" : {},
5684 "outputs" : [
84112 },
85113 {
86114 "cell_type" : " code" ,
87- "execution_count" : 4 ,
115+ "execution_count" : 22 ,
88116 "id" : " 55e48d77" ,
89117 "metadata" : {},
90118 "outputs" : [
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" : [
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 {
159187 },
160188 {
161189 "cell_type" : " code" ,
162- "execution_count" : 6 ,
190+ "execution_count" : 24 ,
163191 "id" : " 6e8a018e" ,
164192 "metadata" : {},
165193 "outputs" : [
190218 ],
191219 "metadata" : {
192220 "kernelspec" : {
193- "display_name" : " . venv" ,
221+ "display_name" : " venv (3.13.11) " ,
194222 "language" : " python" ,
195223 "name" : " python3"
196224 },
You can’t perform that action at this time.
0 commit comments