-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Bug Report
Steps to Reproduce:
- Display trade data using
PerspectiveWidget - Filter
account == 'STAN2', table correctly updates showing onlySTAN2 - Filter
account == 'STAN4', table correctly updates showing onlySTAN4 - Change filter to
in, no change asin ['STAN4']is equivalent to== 'STAN4' - Change to
in ['STAN4', 'STAN3']No Change! 🐛 - Confirm 🐛 by changing to
in ['STAN5', 'STAN3']again No Change - table still shows onlySTAN4trades.
Actual Result:
Environment:
Running perspective 0.10.0 in an ubuntu linux container with ipywidgets 7.6.3 running in JupyterLab 3.1.6
Reactions are currently unavailable
