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
?
Runtime settings
Run the notebook code within the Livebook node itself.
This is reserved for specific cases where there is no option
of starting a separate Elixir runtime (for example, on embedded
devices or cases where the amount of memory available is
limited). Prefer the "Standalone" runtime whenever possible.
Warning:
any module that you define will be defined globally until
you restart Livebook. Furthermore, code in one notebook
may interfere with code from another notebook.