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
import igv
b = igv.Browser({"genome": "hg38"})
b.show()
For some reason, it's not possible to run the contents of cell 0 and cell 1 in a startup script; cloud environment creation throws an error saying that Jupyter did not start within 10 minutes.
Thanks very much!
The text was updated successfully, but these errors were encountered:
Please install igv-jupyter to render the IGV browser inside Terra notebook cells.
Currently, we require the user to do the following in a trusted notebook (igv-jupyter runs JS on the front end):
Cell 0:
Cell 1:
Cell 2:
For some reason, it's not possible to run the contents of cell 0 and cell 1 in a startup script; cloud environment creation throws an error saying that Jupyter did not start within 10 minutes.
Thanks very much!
The text was updated successfully, but these errors were encountered: