Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Aug 20, 2024
1 parent 9438461 commit 3fdb349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deephaven_ipywidgets/deephaven.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __init__(self, deephaven_object, height=600, width=0, session=None):

# Generate the iframe_url from the object type
iframe_url = (
f"http://localhost:4010/{_path_for_object(deephaven_object)}/{param_string}"
f"{server_url}iframe/{_path_for_object(deephaven_object)}/{param_string}"
)

self.set_trait("server_url", server_url)
Expand Down

0 comments on commit 3fdb349

Please sign in to comment.