Re: Formatting of Tabular data?

2020-04-21 Thread Eric Pugh
Thanks! I discovered I could do this with Pandas: groupedLabelsStyle = groupedLabelsDF.style.applymap(color_negative_red, subset=['entropy_total’]) And then in another paragraph do: %python print ("%html " + groupedLabelsStyle.render()) However, I did accidentally create a 50 MB notebook du

Re: Formatting of Tabular data?

2020-04-21 Thread Jeff Zhang
You can use %html for table cell, here's one example. http://zeppelin.apache.org/docs/0.9.0-preview1/usage/display_system/basic.html#html Eric Pugh 于2020年4月22日周三 上午5:31写道: > Is there any way to tweak colours of text or backgrounds in the tables in > Zeppelin? I want to call out certain cells

Formatting of Tabular data?

2020-04-21 Thread Eric Pugh
Is there any way to tweak colours of text or backgrounds in the tables in Zeppelin? I want to call out certain cells as being important by changing the back ground color. I’m hoping not to use the %html and building a full html table! ___ Eric Pugh | Founder & CEO | OpenS