-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatability with ipywidgets 7.5 #3
Comments
I guess you were trying to run interactive_regression.ipynb in jetracer or jetbot. If so, the cause doesn't seem to be the version of ipywidgets because the error persisted after downgrading it from 7.5.1 to 7.4.2. It actually worked to install "no_typescript" branch of jupyter_clickable_image_widget by executing the following commands. (ref. https://github.com/NVIDIA-AI-IOT/jetcard/blob/jetpack_4.3/install.sh) cd hope this will work for you, too. |
Thanks: the installation sequence led to a functional widget that allows to run jetracer scripts on an jetbot image installation. |
I tried in Jetbot but it doesn't work with |
The snippet from the install script of jetcard Jetpack 4.5.1 branch works for me, turns out now it need to updated to v0.1 :
Thanks for the direction. |
I have upgraded ipywidgets from 7.4 to 7.5 ... (I wanted the fileupload widget!..) When I use "jupyter_clickable_image_widget" it throws an error "Error displaying widget: model not found"
So I am guessing 7.5 widgets breaks it...
I am using the NVIDIA Jetson Nano..
The text was updated successfully, but these errors were encountered: