1. Install ipyfilechooser via pip 2. Try to use it following https://pypi.org/project/ipyfilechooser/ 3. It doesn't work properly. ``` from ipyfilechooser import FileChooser # Create and display a FileChooser widget fc = FileChooser('/home/user') display(fc) ``` <img width="648" alt="Image" src="https://github.com/user-attachments/assets/afd56ed9-6820-4ee7-b276-819c8c65c01f" /> but should be <img width="1047" alt="Image" src="https://github.com/user-attachments/assets/bff9951a-3453-4b13-88af-ff99159148f6" />