You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running my app in pyscript works using specific panes and widgets when served. But when serving a template it doesnt show things like collapsing the side bar etc.
EDIT: Perspective when written using pyodide.io.write() I got the following error:
pyodide.ffi.JsException: TypeError: Cannot read properties of undefined (reading 'worker')
But with servable() I got no output.
The text was updated successfully, but these errors were encountered:
Software Version Info
Installing the wheels recommended by the Panel website:
Relevant header tag contents:
Running my app in pyscript works using specific panes and widgets when served. But when serving a template it doesnt show things like collapsing the side bar etc.
In the same way a perspective pane doesn't work when served.
EDIT: I have ran this with pyscript version 2024.8.1 as shown on the panel website and it also doesnt work. https://panel.holoviz.org/how_to/wasm/standalone.html
EDIT: Perspective when written using pyodide.io.write() I got the following error:
pyodide.ffi.JsException: TypeError: Cannot read properties of undefined (reading 'worker')
But with servable() I got no output.
The text was updated successfully, but these errors were encountered: