
Data scientists, researchers, and developers communicate with code and data, jupyter notebook has changed the way. Jupyter Notebook is an open-source web app that allows to create and share documents containing live code, equations, visualizations, and narrative text. If you're looking to explore and learn about data science, machine learning, or even just interactive programming, mastering jupyter notebook is a need to initiate first step.
| Cell Operation | Description | Windows Shortcut | Mac Shortcut |
| Copy Cell | Duplicates the selected cell’s content. | Ctrl + C | Command + C |
| Cut Cell | Removes the selected content to move elsewhere. | Ctrl + X | Command + X |
| Paste Cell | Inserts copied or cut content. | Ctrl + V | Command + V |
| Undo Action | Reverses the last action. | Ctrl + Z | Command + Z |
| Redo Action | Reapplies the undone action. | Ctrl + Y | Command + Y |
| Select All Cells | Highlights the entire worksheet. | Ctrl + A | Command + A |
| Insert New Row | Adds a new row above the selected one. | Ctrl + Shift + + | Command + Shift + K |
| Delete Row or Column | Removes the selected row or column. | Ctrl + – | Command + – |
| Find Data | Opens the find dialog box. | Ctrl + F | Command + F |
| Replace Data | Finds and replaces text or numbers. | Ctrl + H | Command + Shift + H |
| Bold Text | Makes selected text bold. | Ctrl + B | Command + B |
| Italic Text | Italicizes selected text. | Ctrl + I | Command + I |
| Underline Text | Underlines selected text. | Ctrl + U | Command + U |
| AutoSum | Automatically adds selected cells. | Alt + = | Command + Shift + T |
| Edit Active Cell | Enables editing inside a cell. | F2 | Control + U |
| Save Workbook | Saves the current Excel file. | Ctrl + S | Command + S |
| Open Workbook | Opens an existing Excel file. | Ctrl + O | Command + O |
| Create New Workbook | Starts a new Excel document. | Ctrl + N | Command + N |
| Close Workbook | Closes the current Excel sheet. | Ctrl + W | Command + W |