Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extract python/other programming code from html (converted from Jupyter notebook)
#5
It's strange that the library does not automatically replace HTML entities. But namespace HtmlAgilityPack has a class for it.

print.it(HtmlEntity.DeEntitize(t.InnerText));


Messages In This Thread
RE: Extract python/other programming code from html (converted from Jupyter notebook) - by Gintaras - 07-25-2023, 01:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)