I am using Pluto. I have a matrix, and I want to highlight some of its entries using highlighters in PrettyTables. I can get the matrix printed out in the REPL, but unfortunately, the highlighters seem to be not working inside Pluto. Some help would be very much appreciated.
You can use @with_terminal from PlutoUI to see the terminal-printed table inside Pluto (including color highlights).
You can also do pretty_table(HTML,...) to render the table as HTML inside Pluto, but apparently highlighters are not supported for this HTML output.
Sorry! I completely missed this post. You can use highlighters for HTML backend, but not those created for the text backend. In this case, you must pass the HTML decoration you want. For example: