dyno icon indicating copy to clipboard operation
dyno copied to clipboard

Error in utils::browseURL(appUrl): 'browser' must be a non-empty character string

Open UboCA opened this issue 3 years ago • 0 comments

Hi, I was trying to follow quick-start tutorials and got errors about shiny.

data("fibroblast_reprogramming_treutlein")
dataset <- wrap_expression(
  counts = fibroblast_reprogramming_treutlein$counts,
  expression = fibroblast_reprogramming_treutlein$expression
)
guidelines <- guidelines_shiny(dataset)
methods_selected <- guidelines$methods_selected

image

Running it by jupyter-lab projecting on server, did this error relate to it, that is already on a browser platform?

Any help would be appreciated.

UboCA avatar Jul 06 '22 08:07 UboCA