How to install and use tkinter in databricks notebooks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:19 PM
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?