Skip to content

Commit 5f5b7af

Browse files
committed
fix CI
1 parent 825bc67 commit 5f5b7af

File tree

1 file changed

+16
-31
lines changed

1 file changed

+16
-31
lines changed

nbs/api/05_svg.ipynb

Lines changed: 16 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,13 @@
8383
"<IPython.core.display.HTML object>"
8484
]
8585
},
86-
"execution_count": null,
8786
"metadata": {},
88-
"output_type": "execute_result"
87+
"output_type": "display_data"
8988
}
9089
],
9190
"source": [
9291
"svg = '<svg width=\"50\" height=\"50\"><circle cx=\"20\" cy=\"20\" r=\"15\" fill=\"red\"></circle></svg>'\n",
93-
"show(NotStr(svg))"
92+
"show(Safe(svg))"
9493
]
9594
},
9695
{
@@ -205,9 +204,8 @@
205204
"<IPython.core.display.HTML object>"
206205
]
207206
},
208-
"execution_count": null,
209207
"metadata": {},
210-
"output_type": "execute_result"
208+
"output_type": "display_data"
211209
}
212210
],
213211
"source": [
@@ -241,9 +239,8 @@
241239
"<IPython.core.display.HTML object>"
242240
]
243241
},
244-
"execution_count": null,
245242
"metadata": {},
246-
"output_type": "execute_result"
243+
"output_type": "display_data"
247244
}
248245
],
249246
"source": [
@@ -277,9 +274,8 @@
277274
"<IPython.core.display.HTML object>"
278275
]
279276
},
280-
"execution_count": null,
281277
"metadata": {},
282-
"output_type": "execute_result"
278+
"output_type": "display_data"
283279
}
284280
],
285281
"source": [
@@ -340,9 +336,8 @@
340336
"<IPython.core.display.HTML object>"
341337
]
342338
},
343-
"execution_count": null,
344339
"metadata": {},
345-
"output_type": "execute_result"
340+
"output_type": "display_data"
346341
}
347342
],
348343
"source": [
@@ -377,9 +372,8 @@
377372
"<IPython.core.display.HTML object>"
378373
]
379374
},
380-
"execution_count": null,
381375
"metadata": {},
382-
"output_type": "execute_result"
376+
"output_type": "display_data"
383377
}
384378
],
385379
"source": [
@@ -414,9 +408,8 @@
414408
"<IPython.core.display.HTML object>"
415409
]
416410
},
417-
"execution_count": null,
418411
"metadata": {},
419-
"output_type": "execute_result"
412+
"output_type": "display_data"
420413
}
421414
],
422415
"source": [
@@ -438,9 +431,8 @@
438431
"<IPython.core.display.HTML object>"
439432
]
440433
},
441-
"execution_count": null,
442434
"metadata": {},
443-
"output_type": "execute_result"
435+
"output_type": "display_data"
444436
}
445437
],
446438
"source": [
@@ -475,9 +467,8 @@
475467
"<IPython.core.display.HTML object>"
476468
]
477469
},
478-
"execution_count": null,
479470
"metadata": {},
480-
"output_type": "execute_result"
471+
"output_type": "display_data"
481472
}
482473
],
483474
"source": [
@@ -499,9 +490,8 @@
499490
"<IPython.core.display.HTML object>"
500491
]
501492
},
502-
"execution_count": null,
503493
"metadata": {},
504-
"output_type": "execute_result"
494+
"output_type": "display_data"
505495
}
506496
],
507497
"source": [
@@ -539,9 +529,8 @@
539529
"<IPython.core.display.HTML object>"
540530
]
541531
},
542-
"execution_count": null,
543532
"metadata": {},
544-
"output_type": "execute_result"
533+
"output_type": "display_data"
545534
}
546535
],
547536
"source": [
@@ -658,9 +647,8 @@
658647
"<IPython.core.display.HTML object>"
659648
]
660649
},
661-
"execution_count": null,
662650
"metadata": {},
663-
"output_type": "execute_result"
651+
"output_type": "display_data"
664652
}
665653
],
666654
"source": [
@@ -689,9 +677,8 @@
689677
"<IPython.core.display.HTML object>"
690678
]
691679
},
692-
"execution_count": null,
693680
"metadata": {},
694-
"output_type": "execute_result"
681+
"output_type": "display_data"
695682
}
696683
],
697684
"source": [
@@ -727,9 +714,8 @@
727714
"<IPython.core.display.HTML object>"
728715
]
729716
},
730-
"execution_count": null,
731717
"metadata": {},
732-
"output_type": "execute_result"
718+
"output_type": "display_data"
733719
}
734720
],
735721
"source": [
@@ -780,9 +766,8 @@
780766
"<IPython.core.display.HTML object>"
781767
]
782768
},
783-
"execution_count": null,
784769
"metadata": {},
785-
"output_type": "execute_result"
770+
"output_type": "display_data"
786771
}
787772
],
788773
"source": [

0 commit comments

Comments
 (0)