Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canot cancel out of why.init() interactive modal dialog #1510

Open
1 task
cswarth opened this issue Apr 28, 2024 · 0 comments
Open
1 task

Canot cancel out of why.init() interactive modal dialog #1510

cswarth opened this issue Apr 28, 2024 · 0 comments

Comments

@cswarth
Copy link
Contributor

cswarth commented Apr 28, 2024

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

why init cancel

Suggestions

Cancel should cancel!

Related

Relates to organization/repo#number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant