Skip to content

Commit

Permalink
Add pyodide_http
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 5, 2023
1 parent 26ae62c commit 201f463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions holoviews/pyodide.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
#-----------------------------------------------------------------------------
_background_task = set()

try:
import pyodide_http
pyodide_http.patch_all()
except Exception:
pass

async def _link(ref, doc):
from js import Bokeh
rendered = Bokeh.index.object_keys()
Expand Down

0 comments on commit 201f463

Please sign in to comment.