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
The Panel homepage is including interactive elements using this directive:
```{notebook} panel ../examples/homepage.ipynb
The Embedding in Sphinx Documentation section of the Panel documentation does not mention this directive, instead using the nbsite.pyodide package {pyodide} directive:
nbsite.pyodide
{pyodide}
```{pyodide} slider = pn.widgets.FloatSlider(start=0, end=10, name='Amplitude') (...)
The text was updated successfully, but these errors were encountered:
See also:
Sorry, something went wrong.
michaelweinold
No branches or pull requests
The Panel homepage is including interactive elements using this directive:
The Embedding in Sphinx Documentation section of the Panel documentation does not mention this directive, instead using the
nbsite.pyodide
package{pyodide}
directive:The text was updated successfully, but these errors were encountered: