Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extract python/other programming code from html (converted from Jupyter notebook)
#8
I know 2 ways, but probably more exist. Google: "C# extract Chrome web page element text".
Get HTML with elm.Html. Then somehow convert HTML to text, for example using regular expressions or HtmlAgilityPack.
Use Selenium. But it has problems connecting to existing web browser window. Look in Cookbook.


Messages In This Thread
RE: Extract python/other programming code from html (converted from Jupyter notebook) - by Gintaras - 07-30-2023, 04:07 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)