File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 7
7
" # End-To-End Walkthrough\n " ,
8
8
" \n " ,
9
9
" > A step-by-step guide to using nbdev\n " ,
10
+ " \n " ,
10
11
" - order: 1\n " ,
11
12
" - image: ../images/card.png\n " ,
12
13
" - aliases: [/tutorial.html]"
988
989
" from IPython.display import display,SVG"
989
990
]
990
991
},
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
- },
1013
992
{
1014
993
"cell_type" : " markdown" ,
1015
994
"metadata" : {},
You can’t perform that action at this time.
0 commit comments