I have a figure.html file, which contains the following codes:
<svg width="600" height="300" viewBox="0 0 600 300" xmlns="http://www.w3.org/2000/svg">
<text x="300" y="9" dy="0.76em" text-anchor="middle" font-family="Consolas" font-size="9.67741935483871" opacity="1" fill="#FFFFFF" font-weight="bold">
adfdaf
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="75,264 248,143 421,22 "/>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="74,22 74,264 "/>
<text x="65" y="264" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
1.00
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,264 74,264 "/>
<text x="65" y="240" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
1.20
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,240 74,240 "/>
<text x="65" y="216" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
1.40
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,216 74,216 "/>
<text x="65" y="192" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
1.60
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,192 74,192 "/>
<text x="65" y="168" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
1.80
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,168 74,168 "/>
<text x="65" y="143" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
2.00
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,143 74,143 "/>
<text x="65" y="119" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
2.20
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,119 74,119 "/>
<text x="65" y="95" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
2.40
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,95 74,95 "/>
<text x="65" y="71" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
2.60
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,71 74,71 "/>
<text x="65" y="47" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
2.80
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,47 74,47 "/>
<text x="65" y="22" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
3.00
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="69,22 74,22 "/>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="75,265 594,265 "/>
<text x="75" y="275" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
2020
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="75,265 75,270 "/>
<text x="421" y="275" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#FFFFFF">
0104
</text>
<polyline fill="none" opacity="1" stroke="#FFFFFF" stroke-width="1" points="421,265 421,270 "/>
</svg>
But when I open the figure.html file, it show nothing. What am I doing wrong? The file comes from my jupyter output, I copy the output and paste in the file. I don't know what is going on.