Canot cancel out of why.init() interactive modal dialog
Closed this issue · 3 comments
Description
why.init() presents a model dialog in interactive environments like jupyter notebook. The dialog has "Cancel" and "Ok" buttons.
The Cancel button does not cancel - the only way to make the modal dialog go away is to enter one of the numbers that whylogs considers valid (usually 1 or 2, but sometimes also 3).
-
System info
- Operating system and version:
- Browser and version:
- Whylogs version 1.3.25
-
Steps to reproduce:
- Open jupyter notebook in IntelliJ
- enter program in cell
import whylogs as why why.init()
-
evaluate cell, try to cancel model dialog box
Suggestions
Cancel should cancel!
Related
Relates to organization/repo#number
- I have reviewed the Guidelines for Contributing and the Code of Conduct.
This issue is stale. Remove stale label or it will be closed next week.
@richard-rogers I think you updated the why.init behavior, can you see if this bug still reproduces on 1.5.0? Is there something we can do to allow the cancel to work?
Won't fix -- doesn't reproduce in collab or browser, appears to be an IDE issue rather than whylogs