Files
Andrew Stein f0a4f5b327
Build Status / build_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, quay.io/pypa/manylinux_2_28_x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025) (push) Has been cancelled
Build Status / test_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_js_wasm64 (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / build_python (aarch64, quay.io/pypa/manylinux_2_28_aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / test_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / test_python_sdist (x86_64, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_js (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Build Status / lint_and_docs (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
v5.0.0
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2026-07-27 21:11:41 -04:00
..
2026-04-22 23:26:56 -04:00
2026-04-22 23:26:56 -04:00
2026-07-27 21:11:41 -04:00
2025-10-26 20:36:16 -04:00
2026-04-22 23:26:56 -04:00

python-tornado

This example contains a simple perspective-python folder that uses Tornado to serve a static dataset to the user through various data bindings. There are a examples of end-to-end perspective-viewer integrated .html files hosted:

  • index.html: a client/server replicated setup that synchronizes the client and server data using Apache Arrow.
  • server_mode.html: a server-only setup that reads data and performs operations directly on the server using commands sent through the Websocket.
  • client_server_editing.html: a client-server replicated setup that also enables editing, where edits from multiple clients are applied properly to the server, and then synchronized back to the clients.