[AstroPy] making a URL active in table.show_in_browser

Brendan Griffen brendan.f.griffen at gmail.com
Thu Oct 22 22:07:26 EDT 2015


Hi,

I have a table which has a list of URLs. When I execute:

table.show_in_browser(jsviewer = True)

It does indeed launch in browser but the URLs are not active and are just
displayed at a string.

I tried to force the situation...

urls.append('<a href="'+webLink+'">'+webLink+'</a>')

Then I wrote that to the table, but that didn't work either.

Is there a work around?

Thanks.
Brendan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/astropy/attachments/20151022/692e4551/attachment.html>


More information about the AstroPy mailing list