Skip to content

Commit

Permalink
debug shiny import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Oct 5, 2023
1 parent c3fee9b commit 6d1f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamo/shiny/lap.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from anndata import AnnData
from functools import reduce
from pathlib import Path
from shiny.plotutils import brushed_points, near_points
from sklearn.metrics import roc_curve, auc

from .utils import filter_fig
Expand All @@ -36,6 +35,7 @@ def lap_web_app(input_adata: AnnData, tfs_data: Optional[AnnData]=None):
import shiny.experimental as x
from htmltools import TagList, div
from shiny import App, Inputs, Outputs, reactive, Session, render, ui
from shiny.plotutils import brushed_points, near_points
except ImportError:
raise ImportError("Please install shiny and htmltools before running the web application!")

Expand Down

0 comments on commit 6d1f923

Please sign in to comment.