Flexx
latest
  • Getting started
  • Guide
  • Reference
  • Examples
    • Testers
    • Demos
    • Howtos
  • About
Flexx
  • Docs »
  • Examples
  • Edit on GitHub

Examples¶

This page provides a list of examples. Some demonstate a specific application, while others show a tool/technique that is generically useful. In the latter case you can import the widget using e.g. from flexxamples.howtos.editor_cm import CodeEditor.

Note that most examples are written in such a way that they work in the browser (by subclassing Widget). If you are creating a desktop application, you probably want to use PyWidget to create your high-level widgets instead.

Testers¶

  • benchmark.py
  • deep1.py
  • deep2.py
  • errors.py
  • find_prime.py
  • hv_layout.py
  • minsize.py
  • mouse_and_touch.py
  • tricky_events.py
  • ws_speed.py

Demos¶

  • app_layout.py
  • chatroom.py
  • circles.py
  • colab_painting.py
  • d3_collision.py
  • demo.py
  • drawing.py
  • mondriaan.py
  • monitor.py
  • plotly_gdp.py
  • sine.py
  • splines.py
  • themed_form.py
  • twente.py
  • video_viewer.py

Howtos¶

  • adding_handlers.py
  • array_props.py
  • basic_emit.py
  • bokehdemo.py
  • bootstrap.py
  • box_vs_fix_layout.py
  • buttons.py
  • control_with_keys.py
  • cookies.py
  • deep_event_connections.py
  • echarts_example.py
  • editor_ace.py
  • editor_cm.py
  • hello_world.py
  • icons.py
  • jquery.py
  • leaflet.py
  • local_assets.py
  • mutual_dependent_props.py
  • oneliners.py
  • openlayers.py
  • python_in_js.py
  • react_to_props.py
  • redirect.py
  • scrollable.py
  • send_data.py
  • serve_data.py
  • serve_multiple1.py
  • serve_multiple2.py
  • serve_ssl.py
  • serve_with_aiohttp.py
  • serve_with_asgineer.py
  • serve_with_flask.py
  • splitters.py
  • store.py
  • threaded.py
  • tree.py
Next Previous

© Copyright 2015-2018, Flexx contributors Revision db732791.

Built with Sphinx using a theme provided by Read the Docs.