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

Set Up Panel Application in Sphinx #1

Open
michaelweinold opened this issue Oct 15, 2023 · 1 comment
Open

Set Up Panel Application in Sphinx #1

michaelweinold opened this issue Oct 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@michaelweinold
Copy link
Member

michaelweinold commented Oct 15, 2023

The Panel homepage is including interactive elements using this directive:

```{notebook} panel ../examples/homepage.ipynb
Screenshot 2023-10-15 at 19 33 31

The Embedding in Sphinx Documentation section of the Panel documentation does not mention this directive, instead using the nbsite.pyodide package {pyodide} directive:

```{pyodide}
slider = pn.widgets.FloatSlider(start=0, end=10, name='Amplitude')
(...)
@michaelweinold michaelweinold added the enhancement New feature or request label Oct 15, 2023
@michaelweinold michaelweinold self-assigned this Oct 15, 2023
@michaelweinold
Copy link
Member Author

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant