-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding variant track does not work #21
Comments
As an addendum, if one removes the trait entry from the dict, then the error changes to: TraitError: The 'tracks' trait of an IgvBrowser instance contains which expected <traitlets.traitlets.List object at 0x2aaae2814520>, not the str "The 'color' trait of a VariantTrack instance expected a valid HTML color, not the Sentinel traitlets.Undefined.". No further modifications change the error message, which is in full:
|
I just ran into the same error, did you ever find a fix or workaround? |
Ah! Checked the v1.0 API doc and found that adding |
Bug report
unable to add a variant track to an existing browser
Bug summary
Create browser in previous code block.
Create track dict for a variant, taking structure from here, though have converted all the field names to strings so as to form a legitimate dictionary.
Code block fails with :
Actual outcome
Expected outcome
A track added to the browser
Version Info
jupyter lab 2.2.4
python 3.8.1
The text was updated successfully, but these errors were encountered: