microsoft / tensorwatch

Debugging, monitoring and visualization for Python Machine Learning and Data Science
MIT License
3.41k stars 362 forks source link

[IPKernelApp] WARNING | No such comm: 7d8f9ccfafee44c0bf78e4a275c8dfee #56

Open CMDebugger opened 4 years ago

CMDebugger commented 4 years ago

I execute the script of "Lazy Logging Tutorial". Firest, I create the stream and create WatcherClient. image When I get the stream and visualize the stream I get an empty chart, as follow: image

What should I do to fix this? Thank you all.

ray798 commented 3 years ago

Hi CMDebugger,

I had the same issue and when I downgraded matplotlib to 3.3.1, the issue has been solved. I hope this is helpful for you!