Skip to content

Commit

Permalink
Test removing svg/html cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Oct 20, 2024
1 parent a331cf3 commit cd1b262
Showing 1 changed file with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"# End-To-End Walkthrough\n",
"\n",
"> A step-by-step guide to using nbdev\n",
"\n",
"- order: 1\n",
"- image: ../images/card.png\n",
"- aliases: [/tutorial.html]"
Expand Down Expand Up @@ -988,28 +989,6 @@
"from IPython.display import display,SVG"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"100\"><circle cx=\"50\" cy=\"50\" r=\"40\"/></svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"display(SVG('<svg height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"40\"/></svg>'))"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit cd1b262

Please sign in to comment.