DataRobot Notebooks¶
This section provides preliminary documentation for features currently in the public preview pipeline. 組織で有効化されていない機能は表示されません。
Although these features have been tested within the engineering and quality environments, they should not be used in production at this time. Note that public preview functionality is subject to change and that any Support SLA agreements are not applicable.
本機能の提供について
パブリックプレビュー機能を有効または無効にする方法については、DataRobotの担当者または管理者にお問い合わせください。
ノートブックへのアクセス¶
Notebooks offer an in-browser editor to create and execute code for data science analysis and modeling. They also display computation results in various formats, including text, images, graphs, plots, tables, and more. You can customize output display by using open-source plugins. Cells can also contain Markdown rich text for commentary and explanation of the coding workflow.
本機能の提供について
Support for notebooks in DataRobot is off by default. この機能を有効にする方法については、DataRobotの担当者または管理者にお問い合わせください。
機能フラグ:Notebooksを有効にする
Notebook workflow overview¶
graph TB
A[Create a DataRobot notebook]
A --> |New notebook|C[Add a new notebook]
A --> |Existing notebook|D[Upload an .ipynb notebook];
C --> E{Configure the environment}
D --> E
E --> F[Start the notebook session]
F --> G[Edit the notebook]
G --> |Writing guidelines?|H[Create and edit Markdown cells]
G --> |Coding?|I[Reference code snippets and create code cells]
H --> J[Run the notebook]
I --> J
J --> K[Create a revision history]
DataRobotユースケースのノートブック¶
You can view, download, and import notebooks that outline common DataRobot use cases and workflows from the API User Guide.
ノートブックの管理¶
トピック | 内容… |
---|---|
ノートブックを作成 | How to create, import, and export notebooks. |
Notebook settings | The settings available for notebooks. |
Notebook versioning | How notebooks are versioned, and how to view the revision history of a notebook. |
ノートブックのコーディング作業¶
トピック | 内容… |
---|---|
Environment management | How to configure and start the notebook's environment. |
Create and execute cells | How to create and execute code and Markdown cells in a notebook, and how to integrate DataRobot's API into your coding workflow. |
Cell actions | Understand the actions and keyboard shortcuts available in a notebook. |
Code intelligence | Learn about the code intelligence features provided throughout the notebook coding experience. |
ブラウザーの互換性¶
DataRobotは、最新バージョンのGoogle Chromeをフルサポートしています
Edge、Firefox、Safariなどの他のブラウザーはフルサポートしていません。 そのため、一部の機能が期待通りに動作しない場合があります。 最高のユーザー体験を実現するためにChromeを使用することをお勧めします。 ただし、ブラウザーの広告ブロック拡張機能により、DataRobotのWebアプリケーションで表示またはパフォーマンスの問題が発生する場合があります。