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

On Windows, plot() call hangs when plot_is_static=True #6

Open
ZmeiGorynych opened this issue Jun 15, 2023 · 3 comments
Open

On Windows, plot() call hangs when plot_is_static=True #6

ZmeiGorynych opened this issue Jun 15, 2023 · 3 comments

Comments

@ZmeiGorynych
Copy link

In both notebook and PyCharm, when trying to call plot() after fit, the call hangs without producing a plot.
Workaround: call plot(False) to produce an interactive plot; in fact I think False should be the default.
but True should still work as well

@ZmeiGorynych
Copy link
Author

replicated with a fresh conda env

conda create -n pizza_test3.9 python=3.9
conda activate pizza_test3.9
pip install wise-pizza
pip install ipykernel fastparquet matplotlib 

Then running a notebook (with internal data) and calling plot() on the object returned by explain_changes_in_average causes the notebook to hang.

@ZmeiGorynych
Copy link
Author

Also hangs in the above environment when running the example notebook from the repo

@AlxdrPolyakov
Copy link
Collaborator

Changed plot_is_static True -> False by default. So now plot() returns dynamic plots. Will return to this issue later.

@EgorKraevTransferwise EgorKraevTransferwise changed the title plot() call appears to hang when plot_is_static=True On Windows, plot() call hangs when plot_is_static=True Jun 22, 2023
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

2 participants