Back to Bokeh

CSV Export Example

examples/server/app/export_csv/README.md

3.10.0.dev4697 B
Original Source

CSV Export Example

Create an example that shows how data in a Bokeh ColumnDataSource can be exported to a CSV file that users can download.

</img>

Setting Up

This demo requires the Pandas package in order to run. To install Pandas using conda, execute the command:

conda install pandas

To install using pip, execute the command:

pip install pandas

Running

To view the app directly from a Bokeh server, navigate to the parent directory examples/server/app, and execute the command:

bokeh serve --show export_csv