Tutorials

Tutorials

Guided paths that take you from zero to a useful isplay investigation.

Tutorials are for learning by doing. They use concrete commands and small examples rather than covering every option.

Before You Start

Run the quickstart once:

npm install
npx isplay start
export ISPLAY_API_URL=http://127.0.0.1:7373
npx isplay projects create --name "Tutorial Lab"
export ISPLAY_PROJECT_ID="<id>"

When a tutorial asks for IDs, use the JSON returned by the previous command. Do not invent IDs.

On this page