Panel interact not working

I am trying to use interact on a function that does a computation and plots the result.
The plot function does work correctly.

Wrapping it with panel.interact yields the plot with the default argument value.
Interaction fails with the following error in the console:
index.es6.js:389 TypeError: Cannot read property 'node' of undefined

What might be going on here?

the problem went away after a reboot

1 Like