Show(hist), Spyder3.8, testing on private data
Hi all,
I am using the spyder3.8 and I am testing interpretml on my own data, however, the show(hist) does not display anything.
How I can find a solution for this issue and how I can run interpretml on the local spyder3.8.
Thank you in advance for your consideration kjk
From my understanding, only "Notebooks" can run InterpretML code perfectly, like Pycharm Notebook, Jupyter Notebook. The normal Python programs(.py files) can also make it when copying and pasting example code into .py files directly.

When you click the 127..... then you will see the results. But you cannot view it after the program end.(I am using Pycharm)

If my understanding is wrong, please correct me
Hi, first, thank you for your reply. I want to use interpretML on Spyder 3.8, I don't want to use it on Jupyter Notebook or PyCharm (I don't have access to PyCharm), the aim is avoid to load my data on any external server, I want to run interpretML localy. I will try to simple python program (.py) and give you back if it will work. thank you
So you mean you want the program to generate some interactive plots? Sorry, I have no idea how to make it :worried:
Has anyone managed to get show() to actually plot in Spyder in the plot window? When I run show() in Spyder nothing happens and I can't figure out where the plots go?