Skip to content

Commit

Permalink
set same defaults as jupyter dash
Browse files Browse the repository at this point in the history
  • Loading branch information
teresam856 committed Apr 8, 2022
1 parent 6a14df3 commit c7f379a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jbrowse_jupyter/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7f379a

Please sign in to comment.