How to install and use tkinter in databricks notebooks?

Abdurrahman
New Contributor II

I have access to databricks cloud UI. I use the notebooks for my experiments (not MLFlow).

I install libraries using the notebooks by using this command - !pip install LIBRARY_NAME

I am unable to install tkinter and use it in notebook as. Is there a way to install and use tkinter in the notebooks?

Abdurrahman
New Contributor II

Hi @Retired_mod Thanks for your response. I believe the "Create Library" is depreciated. Although there is a way to install libraries in the cluster configurations which I found and can try to install libraries through there. After using that, still tkinter doesn't work with databricks. I am attaching the screenshots for your reference.