From c7f379a878ab1d7a8cc4a7918037bbacd7d490df Mon Sep 17 00:00:00 2001 From: teresam856 Date: Fri, 8 Apr 2022 16:12:42 -0700 Subject: [PATCH] set same defaults as jupyter dash --- jbrowse_jupyter/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jbrowse_jupyter/util.py b/jbrowse_jupyter/util.py index f157285..aeec98e 100644 --- a/jbrowse_jupyter/util.py +++ b/jbrowse_jupyter/util.py @@ -159,8 +159,8 @@ def launch(conf, **kwargs): if (the_view_type == "CircularView" and dash_comp == "LGV"): raise TypeError(f'CGV {msg} a LGV.{err}') comp_id = "jbrowse-component" - comp_port = 3000 - comp_host = '10.117.0.56' + comp_port = 8050 + comp_host = '127.0.0.1' comp_height = 300 comp_mode = 'inline' if "id" in kwargs: