To create a notebook in Azure Databricks, follow these
steps:
- Navigate
to the Azure Databricks workspace and click the "Workspace"
button in the left panel.
- In
the "Workspace" page, click the "Create" button, and
then select "Notebook" from the dropdown menu.
- On the
"Create Notebook" page, enter a name for the notebook and select
the language for the notebook (e.g. Python, Scala, R).
- (Optional)
Select a cluster to attach the notebook to. If you don't select a cluster,
the notebook will be created in an "Automatic" cluster, which is
a temporary cluster that is created on the fly when you run the notebook.
- Click
the "Create" button to create the notebook.
You can then start writing code in the notebook by clicking
in the first cell and typing your code. To run a cell, you can either click the
"Run" button in the toolbar, or you can use the keyboard shortcut Shift
+ Enter.
Hope this will be helpful.
No comments:
Post a Comment