We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, }
_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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: