Skip to content

Commit

Permalink
fixing carta browsing for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Jun 2, 2021
1 parent 98b5858 commit 13cc051
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions radiopadre_client/backends/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ def start_session(container_name, selected_ports, userside_ports, notebook_path,
iglesia.init_helpers(radiopadre_base, verbose=config.VERBOSE > 0,
interactive=not config.NBCONVERT, certificate=config.SERVER_PEM)

# add CARTA UR, if configured
# add CARTA URL, if configured
if config.CARTA_BROWSER and iglesia.CARTA_VERSION:
browser_urls.append(iglesia.get_carta_url())
if type(browser_urls) is list:
browser_urls.append(iglesia.get_carta_url())

## start jupyter process
jupyter_path = config.RADIOPADRE_VENV + "/bin/jupyter"
Expand Down

0 comments on commit 13cc051

Please sign in to comment.