When showing Matplotlib panes, the icons are missing in the icon bar.
Ideas to fix this are welcome!
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)
@Marc Think you could file an issue with Panel to ensure we just add the fontawesome icons by default for the ipywidget pane?
Thanks! Works like a charm!