Skip to content
New issue

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

Make ReactiveExpr available in pn.pane namespace #6427

Closed
Tracked by #6425
MarcSkovMadsen opened this issue Mar 3, 2024 · 0 comments · Fixed by #6432
Closed
Tracked by #6425

Make ReactiveExpr available in pn.pane namespace #6427

MarcSkovMadsen opened this issue Mar 3, 2024 · 0 comments · Fixed by #6432
Labels
api Related to Panel's API type: enhancement Minor feature or improvement to an existing feature
Milestone

Comments

@MarcSkovMadsen
Copy link
Collaborator

MarcSkovMadsen commented Mar 3, 2024

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.

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.

@MarcSkovMadsen MarcSkovMadsen added TRIAGE Default label for untriaged issues type: enhancement Minor feature or improvement to an existing feature and removed TRIAGE Default label for untriaged issues labels Mar 3, 2024
@MarcSkovMadsen MarcSkovMadsen modified the milestones: next, Wishlist Mar 3, 2024
@MarcSkovMadsen MarcSkovMadsen added the good first issue Good for newcomers label Mar 3, 2024
@philippjfr philippjfr added api Related to Panel's API and removed good first issue Good for newcomers labels Mar 4, 2024
@philippjfr philippjfr modified the milestones: Wishlist, v1.4.0 Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to Panel's API type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants