I'm creating an interactive plot using Pywedge Bibliothek in jupyter notebook using this code
x=pw.Pywedge_Charts(df, c=None, y='Number_Trips')
charts=x.make_charts()
charts
an example of the output is as follows
and i can desactivate as well as activate the day i want to see.. my question is how can i save it and keep it interactive to use it in a website or if it is even possible?