Skip to content

Commit

Permalink
Added example inline evaluate to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Jul 23, 2020
1 parent 5be42d1 commit f5db9da
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 12 deletions.
32 changes: 20 additions & 12 deletions example/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,16 @@
},
"outputs": [
{
"output_type": "display_data",
"data": {
"text/plain": "<IPython.core.display.Markdown object>",
"text/markdown": "### Sub Section b"
"text/markdown": [
"### Sub Section b"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {}
"metadata": {},
"output_type": "display_data"
}
],
"source": [
Expand All @@ -67,9 +71,11 @@
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": " 9"
"output_type": "stream",
"text": [
" 9"
]
}
],
"source": [
Expand Down Expand Up @@ -134,9 +140,11 @@
},
"outputs": [
{
"output_type": "stream",
"name": "stderr",
"text": "UsageError: Cell magic `%%appyter` not found.\n"
"output_type": "stream",
"text": [
"UsageError: Cell magic `%%appyter` not found.\n"
]
}
],
"source": [
Expand Down Expand Up @@ -295,9 +303,9 @@
"metadata": {
"file_extension": ".py",
"kernelspec": {
"display_name": "Python 3.8.2 64-bit",
"display_name": "Python 3.8.1 64-bit",
"language": "python",
"name": "python38264bit2ba397cf2bc44e92827d2ba15784a3d0"
"name": "python38164bit1a447d370127449d809db2bf16ffa68f"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -309,7 +317,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3-final"
"version": "3.8.3"
},
"mimetype": "text/x-python",
"name": "python",
Expand All @@ -319,4 +327,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Loading

0 comments on commit f5db9da

Please sign in to comment.