diff --git a/docs/fabric/get-started/create-lakehouse.svg b/docs/fabric/get-started/create-lakehouse.svg new file mode 100644 index 0000000000..e0aa50911d --- /dev/null +++ b/docs/fabric/get-started/create-lakehouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/fabric/get-started/create-notebook.md b/docs/fabric/get-started/create-notebook.md index 4f93ed1e58..d990556d38 100644 --- a/docs/fabric/get-started/create-notebook.md +++ b/docs/fabric/get-started/create-notebook.md @@ -2,7 +2,7 @@ id: create-notebook title: Create your notebook description: From your workspace, create and prepare an AI Unlimited notebook. -sidebar_label: Create your notebook +sidebar_label: Create a lakehouse and notebook sidebar_position: 1 pagination_prev: null pagination_next: null @@ -12,7 +12,23 @@ displayed_sidebar: fabricSidebar import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# Create an AI Unlimited notebook from your workspace + +# Create a lakehouse and notebook + +First you'll create a lakehouse. Then you'll create a notebook and populate it with the data preparation use case. + +## Create a lakehouse to use with sample notebooks + +![ImgCreateLakehouse](./create-lakehouse.svg) + +The simplest way to use sample data is to create a new lakehouse item in your workspace named “AIUnlimited_Demo.” This way, when you're done with the sample, you can simply delete the lakehouse. To create a new lakehouse, in your workspace select “+ New item,” scroll down to “Store data,” and select the lakehouse item. Name the lakehouse “AIUnlimited_Demo” so that it works with the sample notebook's configuration. + +:::note +Later in these instructions we'll say how to use an existing lakehouse, if that's what you prefer to do. +::: + + +## Create an AI Unlimited notebook from your workspace ![ImgCreateNotebook](./create-notebook.svg) diff --git a/docs/fabric/get-started/data-preparation.svg b/docs/fabric/get-started/data-preparation.svg index a237289e85..c2ed584b16 100644 --- a/docs/fabric/get-started/data-preparation.svg +++ b/docs/fabric/get-started/data-preparation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/fabric/get-started/load-data.md b/docs/fabric/get-started/load-data.md index f8824290f0..67fd276474 100644 --- a/docs/fabric/get-started/load-data.md +++ b/docs/fabric/get-started/load-data.md @@ -14,14 +14,12 @@ import TabItem from '@theme/TabItem'; ![ImgSampleData](./sample-data.svg) -Before using the sample notebook, you will need to load the sample data to your workspace. You do this by selecting “Sample data” from the toolbar along the top of the notebook. +Before using the sample notebook, you'll need to load the sample data to your workspace. You do this by selecting “Sample data” from the toolbar along the top of the notebook. -![ImgDataPreparation](./data-preparation.svg) +![ImgDataPreparationRev](./data-preparation.svg) -Then, select the “Data preparation” dataset. The first time you load a dataset it will create a lakehouse item in Fabric named AIUnlimited_Demo. Future sample data sets will be added to that same lakehouse. +Select the “Data preparation” dataset. This is tied to the data preparation sample notebook. Then select the “AIUnlimited_Demo” lakehouse you created in the earlier step. If you chose not to create a new lakehouse, select the name of the lakehouse you want to use. ![ImgTopCell](./top-cell.svg) -:::note -If you change the name of the lakehouse, take special note of the cell at the very top of the notebook. Changing “AIUnlimited_Demo” here to your chosen name will allow you to easily run all of the cells in the notebook. -::: \ No newline at end of file +If you are using a pre-existing lakehouse, look at the cell at the very top of the notebook. Change “AIUnlimited_Demo” to the name of your chosen lakehouse to allow you to easily run all the cells in the notebook. \ No newline at end of file