🧪 Version 0.2.2 is our alpha release candidate. Please send us bug reports and suggestions!

Sketchingpy

Creative coding and interactive science everywhere for everyone: web, desktop, mobile, Jupyter, and more. Open source!

Reference for get_data_layer

Get access to reading and writing data. This is part of the reference section.

Purpose

Open access to the file system, network, or browser to read or write data. Returns None if not supported or no permissions.

Snippet

Load the CSV file called example.csv.
records = sketch.get_data_layer().get_csv('example.csv')

Examples

Availability

Available for all platforms. On static and app renderers, will interface with local file system using operating system's conventions. For web, it will use network and browser.

See also