When trying to to use '#' to specify anchor point in a webpage using the webbrowser lib, it seem to only work on websites, and not on local html files
webbrowser.open(https://docs.python.org/library/webbrowser.html#webbrowser.open)
works, but
webbrowser.open(file://C:\path\to\webbrowser.html#webbrowser.open)
does not.
Is there something I am missing to be able to do it, or is it simply not supported? If so, are there any alternatives?
I need the html page to be available offline