Matplotlibpane icons missing

When showing Matplotlib panes, the icons are missing in the icon bar.

Ideas to fix this are welcome!

You need to include fontawesome icons.

FONTAWESOME_LINK = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css"
pn.config.css_files.append(FONTAWESOME_LINK)

See pn.Row with two pn.pane.Panes showing an ipyvolume is shown in a column instead. How to fix? - Panel - HoloViz Discourse

1 Like

@Marc Think you could file an issue with Panel to ensure we just add the fontawesome icons by default for the ipywidget pane?

1 Like

Thanks! Works like a charm!

1 Like