Is it possible to create multi-line timeseries w/ toggle options , without starting bokeh-server?

Hi all,

I have a question which is a little different than my previous ones.

Is it possible to create a multi-line timeseries with the ability to toggle certain lines on and off, without first starting the “bokeh-server” command.

I am working on a project that will receiving multiple CSV files (each file name a different country) and would like to provide the ability to toggle on/off certain countries. Since this will be a piece of software I will deliver to a client, I dont want the user to have to start the bokeh-server. I just want it to output a static HTML file with this toggling capability.

Thanks for any and all help,

A