Just theoretical question because i couldn't find anything on internet. I would like to create plotly or bokeh (wherever is possible) offline interactive chart where Search Box will be available and chart will be updated by typing proper text, something similar to drop down menu but my database contains more than 500 cars and its extremely difficult to find proper one with drop down.
I heard that such functionality is easily achieved via bokeh/plotly server running, however i cannot do that - only thing i can do is share HTML with my colleagues.
Additionaly someone mentioned about editing plotly html with javascript so i can get what i want but without any example its too difficult.