Skip to content

Commit f5db9da

Browse files
committed
Added example inline evaluate to examples
1 parent 5be42d1 commit f5db9da

2 files changed

Lines changed: 515 additions & 12 deletions

File tree

example/example.ipynb

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@
4646
},
4747
"outputs": [
4848
{
49-
"output_type": "display_data",
5049
"data": {
51-
"text/plain": "<IPython.core.display.Markdown object>",
52-
"text/markdown": "### Sub Section b"
50+
"text/markdown": [
51+
"### Sub Section b"
52+
],
53+
"text/plain": [
54+
"<IPython.core.display.Markdown object>"
55+
]
5356
},
54-
"metadata": {}
57+
"metadata": {},
58+
"output_type": "display_data"
5559
}
5660
],
5761
"source": [
@@ -67,9 +71,11 @@
6771
},
6872
"outputs": [
6973
{
70-
"output_type": "stream",
7174
"name": "stdout",
72-
"text": " 9"
75+
"output_type": "stream",
76+
"text": [
77+
" 9"
78+
]
7379
}
7480
],
7581
"source": [
@@ -134,9 +140,11 @@
134140
},
135141
"outputs": [
136142
{
137-
"output_type": "stream",
138143
"name": "stderr",
139-
"text": "UsageError: Cell magic `%%appyter` not found.\n"
144+
"output_type": "stream",
145+
"text": [
146+
"UsageError: Cell magic `%%appyter` not found.\n"
147+
]
140148
}
141149
],
142150
"source": [
@@ -295,9 +303,9 @@
295303
"metadata": {
296304
"file_extension": ".py",
297305
"kernelspec": {
298-
"display_name": "Python 3.8.2 64-bit",
306+
"display_name": "Python 3.8.1 64-bit",
299307
"language": "python",
300-
"name": "python38264bit2ba397cf2bc44e92827d2ba15784a3d0"
308+
"name": "python38164bit1a447d370127449d809db2bf16ffa68f"
301309
},
302310
"language_info": {
303311
"codemirror_mode": {
@@ -309,7 +317,7 @@
309317
"name": "python",
310318
"nbconvert_exporter": "python",
311319
"pygments_lexer": "ipython3",
312-
"version": "3.8.3-final"
320+
"version": "3.8.3"
313321
},
314322
"mimetype": "text/x-python",
315323
"name": "python",
@@ -319,4 +327,4 @@
319327
},
320328
"nbformat": 4,
321329
"nbformat_minor": 2
322-
}
330+
}

0 commit comments

Comments
 (0)