Skip to content

Commit

Permalink
changes for creating own lakehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM4GH committed Nov 19, 2024
1 parent 7a66512 commit 210644c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/fabric/get-started/create-lakehouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions docs/fabric/get-started/create-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/fabric/get-started/data-preparation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions docs/fabric/get-started/load-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
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.

0 comments on commit 210644c

Please sign in to comment.