Jupyter Notebook start

Published: (December 25, 2025 at 11:30 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

What is Jupyter Notebook?

Interactive coding environment for Python (and other languages like R, Julia via kernels).

Modes in Jupyter

  • Command Mode – used to control cells, Esc to enter
  • Edit Mode – used to type code or text, Enter to enter

Keyboard Shortcuts

ShortcutAction
Shift + EnterRun cell & go to next
Ctrl + EnterRun cell & stay
Alt + EnterRun & insert new cell
AInsert cell above
BInsert cell below
YConvert to Code
D + DDelete cell
CCopy cell
XCut cell
VPaste below
Shift + VPaste above
Ctrl + /Comment / Uncomment
TabAuto‑complete
Shift + TabFunction help
Ctrl + ZUndo
Ctrl + YRedo
MConvert to Markdown

File extension: Use .ipynb

Back to Blog

Related posts

Read more »

Jupyter NoteBook

!Cover image for Jupyter NoteBookhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.am...