{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Working with Jupyter Notebooks\n", "\n", "- [Download all the Jupyter notebooks and other files you need to complete the lessons in this chapter (Chapter 3)](https://github.com/neural-data-science/Ch3_materials)\n", "- Turn **off** the GitHub Copilot AI assistant so you can focus on learning Python using your HI (human intelligence). Click the `Deactivate Copilot` button in the bottom right of VS Code, if it is currently activated.\n", "\n", "---\n", "## Questions\n", "- How do I work with and navigate Jupyter notebooks in Codespaces or VS Code?\n", "\n", "## Learning Objectives\n", "- be able to open a Jupyter notebook\n", "- be able to navigate a Jupyter notebook\n", "- be able to enter and run code in a Jupyter notebook\n", "- be able to enter and format rich text in a Jupyter notebook, using Markdown\n", "\n", "---\n", "\n", "
Outline
button in the toolbar at the top of your Jupyter Notebook window. This will open the Outline
viewer in the lower left corner of VS Code. The outline is only visible when your Activity Bar is in Explorer mode (i.e., when your files are listed in the top left region).\n",
"