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
python3 -m pip install -r requirements.txt -U
panel convert src/myapp/app.py --to pyodide-worker --out docs/myapp
# NO ERRORS so far
python3 -m http.server
# open this in Chrome http://localhost:8000/docs/myapp/app.html
But it's saying it Can't find a pure Python 3 wheel for 'tornado>=6.1'..
I think I made it work on JupyterLite (by patching ipyvolume) but I cannot make it work as a Panel serverless dashboard.
The text was updated successfully, but these errors were encountered:
Would this work with
ipyvolume
?I have this
app.py
:With requirements:
I did:
But it's saying it Can't find a pure Python 3 wheel for 'tornado>=6.1'..
I think I made it work on JupyterLite (by patching
ipyvolume
) but I cannot make it work as a Panel serverless dashboard.The text was updated successfully, but these errors were encountered: