#bokeh_roc_slider Receiver operating characteristic chart in Bokeh
This example shows how to create a simple applet in Bokeh, which can be viewed directly on a bokeh-server.
Authors: Brian Ray @brianray
##Running
###Standalone
To view this app directly from a bokeh server using Bokeh >= 0.11,
run the bokeh serve
command and point it at the stock example directory:
bokeh serve --show roc
A browser tab should open automatically to the following URL:
https://localhost:5006/roc
###In Jupyter (ipython) notebook