From the course: Complete Guide to Advanced SQL Server

Unlock the full course today

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

Work with Jupyter Notebooks

Work with Jupyter Notebooks

All right. Welcome back. The installation of the Python client tools has completed. It took about 15 minutes on my computer to wrap everything up. Now, I have a collection of Python packages and a Python script interpreter all set up on my computer. The main program that data scientists use for writing Python scripts is called Jupyter. So let's take a look at that. I'm going to come down to my start menu, and you'll either find it underneath a heading of recently added, or you might have to scroll down until you get to the J area and find Jupyter Notebook there. I'm going to allow it to make changes to my computer. Now, Jupyter is a web application, so after a moment it should open up in your default web browser. The first thing that you'll see are a couple of sample scripts that came with the installation materials that Microsoft provided us with. Each of these files are called a notebook, and if you click on one, I'll click on this one here called plot_categorical_features, it'll…

Contents