awesome-panel-extensions icon indicating copy to clipboard operation
awesome-panel-extensions copied to clipboard

Docs are out of sync with code

Open mario-bermonti opened this issue 2 years ago • 0 comments

Hi!

I was going through the docs for the DataFramePlotter extension because I have a similar idea mind and the code from the docs (https://awesome-panel.readthedocs.io/en/latest/guides/awesome-panel-extensions-guide/layout-extensions.html) didn’t work for me, but the actual code (https://github.com/MarcSkovMadsen/awesome-panel-extensions/blob/master/examples/guide/dataframe_plotter.py) does work.

When I run the one from the docs I get an error from this piece of code: _rename = { **pn.pane.Column._rename, 'value': None, }

I don’t have my computer here with me but the error is about pn.pane not having a Column attribute.

P.D. Love your work on awesome panel and awesome panel extensions.

mario-bermonti avatar Jan 22 '22 00:01 mario-bermonti