Skip to content

Commit cd1b262

Browse files
committed
Test removing svg/html cell
1 parent a331cf3 commit cd1b262

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

nbs/tutorials/tutorial.ipynb.off renamed to nbs/tutorials/tutorial.ipynb

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"# End-To-End Walkthrough\n",
88
"\n",
99
"> A step-by-step guide to using nbdev\n",
10+
"\n",
1011
"- order: 1\n",
1112
"- image: ../images/card.png\n",
1213
"- aliases: [/tutorial.html]"
@@ -988,28 +989,6 @@
988989
"from IPython.display import display,SVG"
989990
]
990991
},
991-
{
992-
"cell_type": "code",
993-
"execution_count": null,
994-
"metadata": {},
995-
"outputs": [
996-
{
997-
"data": {
998-
"image/svg+xml": [
999-
"<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"100\"><circle cx=\"50\" cy=\"50\" r=\"40\"/></svg>"
1000-
],
1001-
"text/plain": [
1002-
"<IPython.core.display.SVG object>"
1003-
]
1004-
},
1005-
"metadata": {},
1006-
"output_type": "display_data"
1007-
}
1008-
],
1009-
"source": [
1010-
"display(SVG('<svg height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"40\"/></svg>'))"
1011-
]
1012-
},
1013992
{
1014993
"cell_type": "markdown",
1015994
"metadata": {},

0 commit comments

Comments
 (0)