Dataphin Notebook is a web-based interactive computing environment that combines SQL code and Markdown text in a notebook format. You can execute SQL code and view results in real time.
Scenarios
Record analysis procedures: Document your analytical processes, including code, execution results, and conclusions. The resulting data analysis report can be reviewed and shared with other Dataphin instance users.
Convenient data querying: Simplify data queries and analysis with swift project transitions. If no project is associated, you can use the dedicated compute resource of the analytics platform.
Feature introduction
Dataphin Notebook provides the following key features:
-
Interactive programming environment: Write and execute SQL code directly, and view and retain each result.
-
Support for multiple unit widgets: Add Markdown unit widgets for text content and SQL units, including database SQL unit widgets, for data query code.
Notebook development page overview
The Notebook development page consists of the Notebook folder, My Data Tables, the editor menu, the editing area, and the outline.

|
Area |
Description |
|
①Notebook Folder |
The Notebook folder has two root directories: My and Shared With Me.
Notebooks created by the current account support renaming, moving, and deleting. |
|
②Notebook Editor Menu |
The Notebook Editor Menu provides options to add editing units (Markdown, SQL code, and database SQL), save your work, execute code, share your Notebook, configure parameters, collapse or expand code units, refresh content, navigate through the document, and switch between projects.
|
|
③Editing Area |
After adding editing units to the editor, you can create content or manage the units. For further details, see Manage Notebook units. |
|
④Outline |
An outline is automatically generated from the heading levels in Markdown units, enabling quick navigation to specific units in the notebook. |
to save your current edits.
or press Cmd+Enter/Ctrl+Enter to execute the selected SQL code unit.
to execute all SQL code units in the Notebook.