Chamod Damitha Samarajeewa

Results 2 comments of Chamod Damitha Samarajeewa

> When I run examples of code (like from hellokan) method model.plot() didn't plot figures (however parts of it saved inside .figures) but matplotlib running in the same environment produce...

I could solve the issue by adding `plt.show() `to the end of `plot()` method in `KAN `class. This is why it's only working in notebooks. You can call `savefig()` here...