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
pn.pane
As ReactiveExpr is explained as a pane I would expect it made available in the pn.pane namespace just as any other pane. But its not.
ReactiveExpr
import panel as pn pn.pane.ReactiveExpr
Traceback (most recent call last): File "C:\repos\private\panel-docs\app.py", line 25, in <module> pn.pane.ReactiveExpr
Please remove this friction and confusion by adding the ReactiveExpr to the pn.pane namespace. Or if its not a Pane then don't explain it as one.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As
ReactiveExpr
is explained as a pane I would expect it made available in thepn.pane
namespace just as any other pane. But its not.Please remove this friction and confusion by adding the
ReactiveExpr
to thepn.pane
namespace. Or if its not a Pane then don't explain it as one.The text was updated successfully, but these errors were encountered: