Data Science Jumpstart with 10 Projects Transcripts
Chapter: Welcome to the Course
Lecture: How to use VS Code

Login or purchase this course to watch this video and the rest of the course contents.
0:00 In this video, I'm going to show how to use Jupyter in VS Code. This is similar to JupyterLab. We have cells here.
0:09 I can arrow down between them when I'm in command mode, and I can just hit the up and down arrow. If I want to go into edit mode, I just hit enter.
0:17 You can see that the outline goes in there. I have a cursor, and now I can edit this. When I want to run it, I hold down control and hit enter.
0:23 So this is the same command here. You can also hit B to create a cell below. I can hit D twice to delete that.
0:31 If I want to restart the kernel, I can hit this restart button here. In VS Code, I can also hover between cells,
0:38 and there's a button here to create a new cell for either code or for markdown. But I can also, as we saw with JupyterLab,
0:46 I can just hit M or Y to toggle between markdown cells and code cells. In this video, I gave you a brief introduction
0:55 to running Jupyter notebooks inside of VS Code. Again, the commands are very similar to JupyterLab.
1:02 Control enter to run a cell A and B to create cells above and below, hitting enter to go into a cell to edit it.


Talk Python's Mastodon Michael Kennedy's Mastodon