Skip to content

Commit

Permalink
wip: Use stock bokeh plugin in wasm example #14
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jun 26, 2022
1 parent fdc4b75 commit 2b4ed30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 47 deletions.
6 changes: 2 additions & 4 deletions py/wasm/examples/example_bokeh.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
# Additional packages to load, if unavailable in the Pyodide repository:
# (Can be names of pure Python packages in PyPI, or paths to wheel files.)
#
# bundles:
# - altair
# - path/to/my/awesome_package-0.42.0-py3-none-any.whl
bundles:
- h2o-nitro-bokeh
#
# Additional Python modules or files to copy into the Wasm virtual filesystem:
#
files:
- example_bokeh_plugin.py
- example_bokeh_util.py
#
# The main Python module to load and execute:
Expand Down
2 changes: 1 addition & 1 deletion py/wasm/examples/example_bokeh.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from h2o_nitro import AsyncView as View
from example_bokeh_plugin import bokeh_plugin, bokeh_box
from h2o_nitro_bokeh import bokeh_plugin, bokeh_box
from example_bokeh_util import *


Expand Down
41 changes: 0 additions & 41 deletions py/wasm/examples/example_bokeh_plugin.py

This file was deleted.

2 changes: 1 addition & 1 deletion py/wasm/examples/example_entrypoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#
# bundles:
# - altair
# - path/to/my/awesome_package-0.42.0-py3-none-any.whl
# - "path/to/my/awesome_package-0.42.0-py3-none-any.whl"
#
# Additional Python modules or files to copy into the Wasm virtual filesystem:
#
Expand Down

0 comments on commit 2b4ed30

Please sign in to comment.