Back to Bokeh

Export data to CSV

examples/server/app/export_csv/templates/index.html

3.10.0.dev4412 B
Original Source

{% extends base %} {% block postamble %} {% endblock %} {% block contents %}

Export data to CSV

This demo uses a CustomJS callback to export DataTable contents to CSV.

NOTE : On Safari the CSV will open in a new tab, rather than downloading.

  • Scrub the "Max Salary" slider and watch the DataTable change.
  • Click the "Download" button to export data to a CSV file.

{{ super() }} {% endblock %}