You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for developing Shiny for Python. One of the easiest and development user-friendly data analytics tools available
I am trying to render a Dash component from the dash_bio suite. Specifically, for bioinformatics analyses, rendering an ideogram within a shiny app. I don't have any issues rendering and outputting Plotly figures.
From my understanding, Dash-specific visualizations should be able to be rendered as an ipywidget. The documentation for dash-bio explains that it could be run in a jupyter environment: https://github.com/plotly/dash-bio
I set up a simple Shiny app to attempt to output the ideogram, but received the following error:
Don't know how to coerce Ideogram(id='ideogram-annotations', annotationsPath='https://eweitz.github.io/ideogram/data/annotations/SRR562646.json', chromosomes=['X', 'Y']) into a ipywidget.Widget object.
Description
Hello, thank you for developing Shiny for Python. One of the easiest and development user-friendly data analytics tools available
I am trying to render a Dash component from the dash_bio suite. Specifically, for bioinformatics analyses, rendering an ideogram within a shiny app. I don't have any issues rendering and outputting Plotly figures.
From my understanding, Dash-specific visualizations should be able to be rendered as an ipywidget. The documentation for dash-bio explains that it could be run in a jupyter environment:
https://github.com/plotly/dash-bio
ipywidgets version: 8.1.3
jupyter-dash version: 0.4.2
What I Did
I set up a simple Shiny app to attempt to output the ideogram, but received the following error:
Don't know how to coerce Ideogram(id='ideogram-annotations', annotationsPath='https://eweitz.github.io/ideogram/data/annotations/SRR562646.json', chromosomes=['X', 'Y']) into a ipywidget.Widget object.
Thank you for any help and suggestions
The text was updated successfully, but these errors were encountered: