You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does anyone from you have experience or successful integration of html page into CustomTkinter? I spent a lot of time discovering if there is something, but I was not very successful. I found a few python libs which partially worked.
Just to introduce why I want to integrate it. My system shows Dashboard with the help of CTkTable, CTkLabel, CTkFrames, CTkScrollableFrame, and some pictures. I also want to display charts generated by bokeh library. These charts are stored as .html because they are generated by BOKEH during backend process (not to slow down GUI)
Libs:
pywebview --> great lib to be used but I cannot integrate it into CTkFrame anyhow
tkinterweb --> tested, but this supports only basic html and css, not javascripts
cefpython --> my python version is 3.11 which is not supported by cefpython, does anyone know?
tkhtmlview --> I was not able to successfully load saved .html into frame
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
does anyone from you have experience or successful integration of html page into CustomTkinter? I spent a lot of time discovering if there is something, but I was not very successful. I found a few python libs which partially worked.
Just to introduce why I want to integrate it. My system shows Dashboard with the help of CTkTable, CTkLabel, CTkFrames, CTkScrollableFrame, and some pictures. I also want to display charts generated by bokeh library. These charts are stored as .html because they are generated by BOKEH during backend process (not to slow down GUI)
Libs:
Here is the file:
DashBoard_Utilization_Dark.zip
The aim is to load this html code into CTkFrame so it can be display in the dashboard.
Thank you everyone for any comment
Jan Vaško
Beta Was this translation helpful? Give feedback.
All reactions