Skip to main content
All CollectionsProjectsCreating Your Project
How to author the DataLab project Configuration
How to author the DataLab project Configuration
George Boorman avatar
Written by George Boorman
Updated over a month ago

The Configuration is a section in the Teach Editor that allows details about the project to be set up. The format is a JSON file, here is an example:

In order to complete the development of your DataLab project, you will need to fill in the following fields:

description

  • Provide a brief description of what the project involves (less than 150 characters).

  • This should be shorter than, and distinct from, the Description section in the Teach Editor.

  • This will render on the project landing page, for example, the description for Hypothesis Testing with Men's and Women's Soccer Matches is "Perform a hypothesis test to determine if more goals are scored in women's soccer matches than men's!".

illustration

  • This should be identical to the description field above.

title

  • The project title, written as a string inside double quotes, e.g., "Word Frequency in Moby Dick".

Once updated, simply save your project. You can verify these changes by Previewing the project after the latest build has passed.

Did this answer your question?