Updated on 2025-04-28 GMT+08:00

Developing a Notebook Task

This section describes how to develop tasks using a notebook instance.

Prerequisites

Notebooks are enabled, and a notebook instance has been created. For how to create a notebook instance, see Creating a Notebook Instance.

Developing a Notebook

  1. In the navigation pane on the DataArts Factory console, choose Data Development > Notebook.
  2. Locate a running notebook instance.
  3. Click Open to go to the notebook development page.
  4. Click and select Notebook to create a notebook file. Add an .ipynb file to create a notebook. Then develop a notebook.

  5. On the notebook development page, enter and debug development code.

    • You can save, insert data below, cut, copy, paste, run, and interrupt data.
    • You can click in front of a line to run the code.
    • Three types of code display styles are supported: Code, Markdown, and Raw.
    • You can insert data below, move up, move down, and delete code lines.

  6. Click to run the code.
  7. View the code execution result.