Skip to content

Docs are out of sync with code #3

@mario-bermonti

Description

@mario-bermonti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions