In this series, we are going over my notes for Visual Studio Code. And in this video, we are going to cover the Jupyter Extension. Namely, we will cover how to initiate a notebook, how to use code cells and Markdown cells, how to work with plots, how to use search, how to use the Notebook diff editor, how to use the Python Interactive Window and how to use Jupyter-like cells within Python files.
Links:
GitHub Repo: https://github.com/SebastianMantey/VS...
outline view (starting at 7:34): • VS Code Tutorial p.5: Explorer | Overview,...
debugging: • VS Code Tutorial p.9: Debugger | Setting B...
search within file (starting at 17:34): • VS Code Tutorial p.15: Code Navigation | T...
diff editor (starting at 15:19): • VS Code Tutorial p.7: Source Control | Set...
Timestamps:
0:00 - Intro
0:48 - Initiating a Notebook
1:51 - Notebook Toolbar
6:50 - Code Cells
13:05 - Markdown Cells
15:43 - Interaction with Cells
17:31 - Working with Plots
18:44 - Search within a Notebook
19:50 - Notebook Diff Editor
22:45 - Python Interactive Window
27:49 - Side Notes
29:15 - Jupyter-like Cells
34:19 - Side Notes