Run the notebook setup to show the contents of this Smart cell.
Basic concepts
from ”Introduction”
3 cells collapsed
Bar charts
from ”Introduction”
6 cells collapsed
Histograms, density plots and dot plots
from ”Introduction”
12 cells collapsed
Scatter and strip plots
from ”Introduction”
6 cells collapsed
Line charts
from ”Introduction”
8 cells collapsed
Area charts and streamgraphs
from ”Introduction”
6 cells collapsed
Circular plots
from ”Introduction”
4 cells collapsed
Calculations
from ”Introduction”
4 cells collapsed
Composite marks
from ”Introduction”
4 cells collapsed
Box plots
from ”Introduction”
2 cells collapsed
Faceting
from ”Introduction”
6 cells collapsed
Repeated graphics
from ”Introduction”
6 cells collapsed
Layering
from ”Introduction”
2 cells collapsed
Concatenation
from ”Introduction”
2 cells collapsed
Maps (geographic displays)
from ”Introduction”
4 cells collapsed
Interactive graphics
from ”Introduction”
14 cells collapsed
User profile
?
Keyboard shortcuts
Livebook highly embraces keyboard navigation to improve your productivity.
It operates in one of two modes similarly to the Vim text editor.
In navigation mode
you move around
the notebook and execute commands, whereas in the
insert mode
you have editor focus and directly modify the given cell content.
Navigation mode
?
Open this help modal
j
Focus cell below
k
Focus cell above
J
Move cell down
K
Move cell up
i
Switch to insert mode
n
Insert Code cell below
m
Insert Markdown cell below
N
Insert Code cell above
M
Insert Markdown cell above
c
Expand/collapse section
C
Expand/collapse all sections
vz
Toggle code zen view
vp
Toggle presentation view
vc
Toggle custom view
dd
Delete cell
ee
Evaluate cell
es
Evaluate section
ea
Evaluate all outdated cells
ex
Cancel cell evaluation
so
Toggle outline panel
su
Toggle users panel
ss
Toggle secrets panel
sr
Show runtime panel
sb
Show bin
sp
Show package search
00
Reconnect current runtime
ctrlk
Toggle keyboard control in cell output
Insert mode
Shortcuts in the code editor match Visual Studio Code. Here is a summary (US keyboard layout).