There are three buttons running alongside the left side of your screen.
Selecting the folder icon will display all the projects you’ve worked on.
The stop button gives you the ability to quickly close all open tabs or shut down any running kernels or terminals.
The table of contents button is designed to help users navigate through their notebooks more efficiently, especially when working with lengthy or complex notebooks. When you click on the TOC button, it displays a panel that lists all the sections of your notebook based on the headings you've used in Markdown cells. Here's a breakdown of its functionality:
Worried auto-save hasn’t captured your latest thought? You can force a save by click the floppy disk in the top left.
Add a cell directly beneath the last one you were typing in.
Select the scissors to quickly delete the cell you have highlighted.
Use this to copy the content from a highlighted cell.
Use this to paste content copied using the previously discussed button.
Run the code in the selected cells and advance to a new cell.
Pause any running kernels so you can make edits.
<aside> 💡 Jaxon Tip: In computing, a kernel is a fundamental component of an operating system. It acts as a bridge between the hardware and software layers of a computer system. The kernel is responsible for managing system resources, such as memory, CPU time, disk space, and peripheral devices, and it provides essential services to other parts of the operating system and to user programs.
</aside>
Restart the kernel. This starts the process from the stop point.
Restart the kernel and run all cells. This starts the process from the beginning.
Select the desired cell type. For more information on what each does, see Cell Types
Copies the selected cell and creates a duplicate immediately below
Use these two buttons to move the selected cell up or down.
Adds an empty cell above or below the selected cell.
Delete the selected cell.