jupyter_clickable_image_widget
jupyter_clickable_image_widget copied to clipboard
Unable to install js due to nodejs version <= 18.0.0
Hi,
I'm unable to install Jupyter Clickable Image Widget on my Jetson Orin Nano because the nodejs version check fails because the latest nodejs available on the Orin Nano running Ubuntu 20.04 is v10.19.0, but the original Jupyter Clickable Image Widget was written for Ubuntu 18.0.4, which uses nodejs version >= 18.0.0
is it possible to update this widget so this extension can be used for NVIDIA JetRacer live regression training?
Thank you
I posted on the NVIDIA developer forums here: https://forums.developer.nvidia.com/t/jetracer-no-camera-widget-when-running-interactive-regression/289044/7
Hi Venkat, I made some modifications in my fork and made a PR (https://github.com/jaybdub/jupyter_clickable_image_widget/pull/10). https://github.com/tokk-nv/jupyter_clickable_image_widget/tree/dev-ipywidgets8
I tested on my Orin Nano running JetPack 6. I'm guessing you are running JetPack 5.x. It would be great if you can test this on your setup.
Hi tokk-nv
Thank you so much working on this!
I no longer have access to the Orin Nano (it was part of our senior project and the semester ended a few days ago so we returned everything back to the school)–that being said, another group will be picking up where my team left off in the Fall semester, so I updated my notes that I provided for the next team pointing to your modified fork to resolve the clickable image widget issue
Venkat