Hi @yhyhy3, Based on the information, the issue you are facing seems related to the ipywidgets library. The ipywidgets package is used to create interactive elements in Databricks notebooks.
However, there might be a compatibility issue with your version of ipywidgets.
To fix this issue, you can try the following steps:
1. Update the ipywidgets library: Make sure you are using the latest version of the ipywidgets library. You can update the library by running the following command in a Databricks notebook cell:
!pip install --upgrade ipywidgets
2. Restart the kernel: After updating the ipywidgets library, you might need to restart the seed of your Databricks notebook. You can do this by clicking on the "Kernel" menu and selecting "Restart".
3. Check the compatibility: Verify that the version of ipywidgets you are using is compatible with the Databricks runtime version you are using.
You can check the release notes for your Databricks runtime version to ensure compatibility.
If the issue persists after trying these steps, filing a Databricks support ticket for further assistance is recommended.