Create new cell in jupyter
To create a new cell in Jupyter Notebook, you can follow these steps:
Method 1: Using the keyboard shortcut
- Press
Shift + Enter
to create a new cell below the current cell. - Alternatively, you can press
Ctrl + Enter
to create a new cell above the current cell.
Method 2: Using the menu
- Click on the "Cell" menu at the top of the Jupyter Notebook window.
- Select "Insert Cell Below" or "Insert Cell Above" from the dropdown menu.
Method 3: Using the toolbar
- Look for the toolbar at the top of the Jupyter Notebook window.
- Click on the "Insert Cell" button (it looks like a plus sign) to create a new cell below the current cell.
- 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.