Create new cell in jupyter

To create a new cell in Jupyter Notebook, you can follow these steps:

Method 1: Using the keyboard shortcut

  1. Press Shift + Enter to create a new cell below the current cell.
  2. Alternatively, you can press Ctrl + Enter to create a new cell above the current cell.

Method 2: Using the menu

  1. Click on the "Cell" menu at the top of the Jupyter Notebook window.
  2. Select "Insert Cell Below" or "Insert Cell Above" from the dropdown menu.

Method 3: Using the toolbar

  1. Look for the toolbar at the top of the Jupyter Notebook window.
  2. Click on the "Insert Cell" button (it looks like a plus sign) to create a new cell below the current cell.
  3. Alternatively, you can click on the "Insert Cell Above" button (it looks like a minus sign) to create a new cell above the current cell.

Once you create a new cell, you can start typing your code or text into the new cell.