From the course: Advanced Microsoft Fabric Implementation and Governance

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Review Fabric specific notebook elements

Review Fabric specific notebook elements

- [Instructor] Fabric notebooks contain all the elements you may be used to using inside of a Spark notebook and a few more. The ability to add a Lakehouse to a notebook makes it really easy to start using it to create data frames. Let's start by adding our Lakehouse here for Tailspin toys. We can easily get data by just dragging any of our tables over. In addition to creating data frames for us, we can use code snippets in a Spark notebook to add images. I'm just going to drag over something from my downloads inside of my notebook. I can just pull any image I want just by dropping it. Let's also take a look at some other code snippets. If we go to edit, then we can click on this browse code snippets option and see that we've got a number of different options that we can include here. Let's select a visualization and a line chart into matplotlib. We can just insert it and run it. If you ever wanted some examples of how to create a line graph, it'll do that for you automatically. Each…

Contents