Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 935 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 935 Bytes

#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

screen shot

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:

http://localhost:5006/roc

###In Jupyter (ipython) notebook

screen shot