From the course: Advanced Microsoft Fabric Implementation and Governance

Unlock the full course today

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

Writing Fabric Spark in VS Code

Writing Fabric Spark in VS Code

- [Instructor] Many developers want to stay working in one environment that they're comfortable using. If VC code is that environment, you're in luck because we can stay using that for Fabric. We'll need to install four things: two programs, Open JDK 8 and Anaconda's Mini Conda, along with two VC code extensions, Jupyter and Synapse. Make sure when you install the Open JDK 8 that you would select the option to add Java Home to the environment variables. Mini Conda takes a while to install, so you may want to install that first as it must be complete before running the synapse Java VS code extension. Anaconda requires an email address to be able to download the software. The Jupyter extension is a nice add-on to VS code because it improves a notebook experience for any notebook development you may be doing in VS code. After installing the first two items, let's go to VS code to install the extensions for Jupyter and Synapse. Inside of ES code, let's take a look at our extensions and…

Contents