Skip to content

Commit

Permalink
Merge cbb46d0 into 80b23c2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein committed Dec 12, 2019
2 parents 80b23c2 + cbb46d0 commit f8f66af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindings/python/pydeck/pydeck/io/html.py
Expand Up @@ -20,8 +20,7 @@ def render_json_to_html(json_input, mapbox_key=None, tooltip=True):
html_str = js.render(
mapbox_key=mapbox_key,
json_input=json_input,
# TODO change before publication to the NPM-hosted module
deckgl_jupyter_widget_bundle='',
deckgl_jupyter_widget_bundle='https://cdn.jsdelivr.net/npm/@deck.gl/jupyter-widget@8.0.0-alpha.2/dist/index.js',
tooltip=tooltip
)
return html_str
Expand Down

0 comments on commit f8f66af

Please sign in to comment.