Jupyter lab widgets not working when using the dlinano image

I cannot seem to get the widgets to display in Jupyter lab when connecting to my Jetson Nano using headless USB interface. Here is an example that does not work for me:

https://flic.kr/p/2hWzbeB

And here are the console errors I get in my browser upon executing the snippet above:

https://flic.kr/p/2hWAcLU

Note that I receive the same errors no matter which browser I try to use (e.g. Edge, Chrome, Firefox)

Here is my labextension list:

https://flic.kr/p/2hWAbKW

And here is a partial output from pip3 freeze showing versions of installed packages

https://flic.kr/p/2hWzoU6

I’m at a loss as to how to fix this issue. I have tried the recommendations here:

https://github.com/jupyter-widgets/ipywidgets/issues/2220

They did not work for me. Any help would be appreciated.