Dataphin Notebook is a web-based interactive computing environment that enables the combination of SQL code and Markdown text to create rich media content in a notebook format. Execute SQL code and display results in real-time within the notebook.
Scenarios
Record analysis procedures: Dataphin Notebook allows you to document your analytical processes, including code, execution results, and conclusions. This documentation can serve as a comprehensive data analysis report, facilitating the review and sharing of the analysis process and outcomes with other Dataphin instance users.
Convenient data querying: Dataphin Notebook simplifies data queries and analysis. It allows for swift project transitions during execution. If not associated with a project, you can utilize the dedicated compute resource linked to the analytics platform for data analysis.
Feature introduction
Key features of Dataphin Notebook include:
Interactive programming environment: Directly write and execute SQL code in Dataphin Notebook, with the ability to view and retain each result.
Support for multiple unit widgets: Dataphin Notebook supports the addition of 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 features the Notebook folder, My Data Tables, the editor menu, the editing area, and the outline. Here, you can manage your Notebooks effectively.
Area | Description |
①Notebook Folder | The Notebook folder contains two root directories: My and Shared With Me.
Notebooks created by the current account allow for operations such as renaming, moving, and deleting. |
②Notebook Editor Menu | The Notebook Editor Menu allows you to edit and manage your Notebook effectively. Utilize it to add various editing units such as Markdown, SQL code, and database SQL units, along with to save your work, execute the current code or all code, share your Notebook, configure parameters, collapse or expand all code units, refresh the content, navigate through the document, and switch between projects.
|
③Editing Area | Once you have added editing units to the editor, you can proceed to create content within these units or manage them. For further details, see Manage Notebook units. |
④Outline | An outline is automatically generated based on the title levels in the Markdown units, facilitating navigation to corresponding units within the notebook. |