When running this notebook with vscode, I had issues with the widget (to select the board, model ect). I solved it by reinstalling a specific version of ipywidgets: pip install -U ipywidgets==7.7.1
If you know how to both clone the git repository and open the notebook correctly in google collab, then you can do that. I would appreciate it if you could explain how you do it, if you succeed.
Have a good day.
Julian
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Actually, make sure to download a model from the model zoo in section: "Optional: download models from STM32 model zoo" or to upload your own model in the "models" folder in Colab.
Then make sure to select the model among the models stored in the "models" folder (section "Select a model from the models directory").
I just tried on Colab and it was working fine on my side.