Editor

Editor UI

There're different sections in editor:

  • Table of Content

    • Show structure of current page by Headings(document block). Click to quickly navigate.

  • Data Table

    • Manage a list of data tables used in current project. See Data Table for more details.

  • Main Editing Panel

  • Toolbar

    • Run All

      • Execute all blocks on current page from top to bottom.

    • Machine Status

      • View/Reset the running machine this page will be executed on. See Environment for more details.

    • Variables

      • [Developer] View current session's variables name/value. See Variables for more details.

    • Sharing

      • Share page/project with others. See Sharing for more details.

    • Help

      • Provide samples of AI block for various scenarios. Click to insert at end of page.

    • Page Settings

      • Rename/Copy and change various setting of current page.

    • Account

      • Show current quota and plan.

  • Other

    • All Pages

      • Show/Switch all pages of current project

    • Files

Intro to Blocks

Blocks are building elements of a page, there're several type of blocks:

AI Block

AI Block

AI Block is the key element that transform your prompt requirement into execution and results.

First please input your prompt and reference data you'd like to analyze/process in this block as part of

Document Blocks

Document Blocks

There're several different document blocks including text/headings, image and videos. The text/headings blocks supports partial markdown syntax.

Code Block

Code Block

Code Block gives developer a free style Python coding experience much like Jupyter.

Please see Coding for more details.

Adding Blocks

Add block

You can add block to any location using "+" button at the left between blocks. Or directly use the buttons to add to the end.

Add block via button

Arrange Blocks

Block can be sorted using drag and drop:

Drag and Drop block

When clicking "run all", the page is executed sequentially from first block to the last.

Copy & Paste Block

You can also copy and paste block by clicking "copy" on block's toolbar

And paste anywhere:

You can past to different pages, even different project.

You can even paste the content of block to another person using IM or email for troubleshooting or quick showing, while the data referenced in this block will NOT be shared this way.

If you'd like more complete sharing of the page/project, please see Sharing.

Last updated