The code below shows an example of Bokeh script that uses three check boxes to show/hide lines on a Bokeh chart.
The series are also functions of the original data. Parameters for the functions can be accessed via the sliders. The original data can be adjusted in the text box.
To access, put the following in CMD:
bokeh-server --script C:\Path\to\python\Toggle.py
I heavily used the slider example from the Bokeh website.
The MVA code was from an awesome python website created by Harrison Kinsley