-
-
Notifications
You must be signed in to change notification settings - Fork 531
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 it possible and easy to pyscript editor with Panel #6991
Labels
TRIAGE
Default label for untriaged issues
Comments
3 tasks
I will update the crosspost on pyscript. Please check that out pyscript/pyscript#2118.
|
The problem is that you currently have to manually add Bokeh and Panel.js scripts. |
Thx. Have done that. See lots of investigating in PyScript crosspost mentioned above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I hope that one day it would be possible and easy to use pyscript editor with Panel for embedding on web pages etc.
Currently I cannot get it working.
Reproducible example
mini-coi.js
config.toml
script.html
At first I don't see any output in the web page or errors in the console.
After click the run button multiple times I see
Additional Context
I've tried without
target="out"
. I've tried without.servable(target="out")
. But I cannot get it to display the Panel app.I would really like the version without
.servable(target="out")
to work as that would be the easiest code to explain to users.The text was updated successfully, but these errors were encountered: