This is the first slide.
The Deck component allows you to turn your reports into interactive slide presentations.
Each Block you pass into the Deck is rendered as an individual slide. To avoid any header simply
pass in None or an empty string when initializing the ReportCreator instance.
Navigation:
You can easily embed rich charts within your slides. Notice how they are responsive.
Standard tables work just fine too.
| country | continent | year | lifeExp | pop | gdpPercap | iso_alpha | iso_num |
|---|---|---|---|---|---|---|---|
| Afghanistan | Asia | 1952 | 28.80 | 8425333 | 779.45 | AFG | 4 |
| Afghanistan | Asia | 1957 | 30.33 | 9240934 | 820.85 | AFG | 4 |
| Afghanistan | Asia | 1962 | 32.00 | 10267083 | 853.10 | AFG | 4 |
| Afghanistan | Asia | 1967 | 34.02 | 11537966 | 836.20 | AFG | 4 |
| Afghanistan | Asia | 1972 | 36.09 | 13079460 | 739.98 | AFG | 4 |
- Declarative Nature: You describe what the problem is (facts and rules) rather than how to solve it step-by-step.
- Automatic Backtracking: If a search path fails, Prolog automatically retreats to the last decision point and tries a different alternative to find a solution.
- Unification: A powerful pattern-matching mechanism that binds variables to values or structures to make two terms identical.
- Recursion: The primary method for iteration; rules refer to themselves to process data structures like lists or trees.
- Symbolic Reasoning: Designed to manipulate symbols and complex relationships, making it ideal for AI and Natural Language Processing.
That concludes the demonstration of the rc.Deck() component with various themes and content types in rc.Slide() components.