Hi all,
I’m going through Chapter 6 notebook : How random forests really work | Kaggle notebook editing and running my own copy in Kaggle.
The interactive tool in the code block doesn’t show up for me now.
def iscore(nm, split):
col = trn_xs[nm]
return score(col, trn_y, split)from ipywidgets import interact
interact(nm=conts, split=15.5)(iscore);
It was previously showing up fine. I previously had Ubuntu 18.04 and now I have installed Ubuntu 24.04 on my system. Unlikely that this could cause an issue within Kaggle, but just mentioned that anyway.
Using Google Chrome browser (Version 131.0.6778.69)
The same behaviour was seen in Firefox too.
Also, after the initial few cells, the cells don’t show the run button on hovering to the left of the cell.
There are quite a lot of errors / warnings in console
But this one seems related
renderShadowDOM.tsx:637 Uncaught TypeError: window.setImmediate is not a function
at h (renderShadowDOM.tsx:637:14)
at animationFrameDelay.ts:28:9
Attached a screenshot
Any help to resolve this would be much appreciated. Thanks