Get started with Jupyter Notebooks in less than 4 minutes

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
in this video you'll see how to get up and running with jupyter notebooks in visual studio code the first thing that we'll do is install anaconda and we want to install the anaconda individual edition from anaconda.com you can find a direct link in the video description when you install anaconda you can take all of the default settings there is nothing that you need to change here the final part of the install can take a few minutes so we'll speed up to the end on the final installation screen you can deselect both boxes and press the finish button now you'll see that there is an anaconda prompt installed on your machine open that program and type conda install and ipy kernel this is a package that you'll need to work with notebooks in visual studio code select yes when asked if you want to install the package with that your python environment is all set up and you are ready to use it with visual studio code download visual studio code from code.visualstudio.com as with the anaconda install you can take all of the defaults during the install process visual studio code is a code editor that is powered by extensions which are installed separately open the extensions view by clicking on the extensions icon and search for python install the python extension from microsoft when the install is complete you may be prompted to select a python interpreter you'll also likely see select python interpreter here in the status bar you can click on either and you'll see python followed by bass conda that is your anaconda installation go ahead and select it now let's create your first notebook click on view in the menu and select command palette type new notebook and select create new blank notebook you'll see a new jupyter notebook in the visual studio code editor area let's change this first cell from python to markdown and we'll add a header that says my first notebook and click the check icon to see it rendered on the page nice now click the code button to add another cell below the markdown cell for python code use the print command to print hello world click the play button next to the cell to execute the code if you are on windows you may see a warning from windows firewall click allow access to allow access to visual studio code the python code will be executed and displayed in the output below the cell you can save this notebook to your file system let's say we put it in a folder called my notebooks one of the neat things about visual studio code is that you can open whole folders and see what's inside them so we can open the my notebooks folder click yes i trust the authors because you are the author then you can see your notebook here in the sidebar and we can create another notebook in this same folder right here in visual studio code by clicking the create file icon and creating a new file with the extension dot ipy nb and with that you are up and running with jupiter notebooks in visual studio code
Info
Channel: Visual Studio Code
Views: 328,072
Rating: undefined out of 5
Keywords: #vscode, #notebooks, #jupyter, #python, #datascience
Id: h1sAzPojKMg
Channel Id: undefined
Length: 3min 48sec (228 seconds)
Published: Fri Oct 01 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.