---
title: "Presentations with the Wolfram System"
language: "en"
type: "Guide"
summary: "The Wolfram System's unified computation and dynamic document architecture make possible a new level of interactive presentation\\[LongDash]notably allowing finished slides on which full interactive input and dynamic computation can still be done. The Wolfram Language's cell-structured documents also conveniently allow calculations leading up to graphics or other elements to be maintained in the underlying document, but hidden for presentation."
keywords: 
- animate sequence of expressions
- animations
- applets
- audio
- AVI
- bitmap graphics formats
- BMP
- click-interactive panels
- controls
- direct manipulation
- drawing format
- draw programs
- encapsulated PostScript
- EPS
- EPSF
- EPSI
- EPSTIFF
- Excel format
- exporting graphics
- exporting sounds
- gamepad
- GIF
- graphical user interface
- GUI
- images
- interactive
- interactive panels
- interface builder
- joystick
- JPEG
- list animate
- list of frames
- make movie
- Microsoft metafile format
- Microsoft wave format
- mouse interactive
- pictures
- PNG
- scalable vector graphics
- slide sequence
- slide show
- slide view
- SND format
- solid object modeling
- sounds
- spreadsheets
- SVG
- tab selector
- tabular data
- tab view
- tab view control
- three-dimensional graphics
- TIFF
- TSV format
- user interfaces
- WAV format
- web
- Windows metafile format
- WMF
- XLS format
- XML
canonical_url: "https://reference.wolfram.com/language/guide/PresentationsWithTheWolframSystem.html"
source: "Wolfram Language Documentation"
related_guides: 
  - 
    title: "Creating Web Pages"
    link: "https://reference.wolfram.com/language/guide/CreatingWebPages.en.md"
  - 
    title: "Window Properties"
    link: "https://reference.wolfram.com/language/guide/WindowProperties.en.md"
  - 
    title: "Notebook & Interface Customization"
    link: "https://reference.wolfram.com/language/guide/NotebookAndInterfaceCustomization.en.md"
related_functions: 
  - 
    title: "Animate"
    link: "https://reference.wolfram.com/language/ref/Animate.en.md"
  - 
    title: "Export"
    link: "https://reference.wolfram.com/language/ref/Export.en.md"
  - 
    title: "ListAnimate"
    link: "https://reference.wolfram.com/language/ref/ListAnimate.en.md"
  - 
    title: "Manipulate"
    link: "https://reference.wolfram.com/language/ref/Manipulate.en.md"
  - 
    title: "SlideView"
    link: "https://reference.wolfram.com/language/ref/SlideView.en.md"
  - 
    title: "TabView"
    link: "https://reference.wolfram.com/language/ref/TabView.en.md"
related_tutorials: 
  - 
    title: "Notebooks as Documents"
    link: "https://reference.wolfram.com/language/tutorial/NotebooksAsDocuments.en.md"
---
# Presentations with the Wolfram System

The Wolfram System's unified computation and dynamic document architecture make possible a new level of interactive presentation—notably allowing finished "slides" on which full interactive input and dynamic computation can still be done. The Wolfram Language's cell-structured documents also conveniently allow calculations leading up to graphics or other elements to be maintained in the underlying document, but hidden for presentation.

---

[New ▶ Presenter Notebook](https://reference.wolfram.com/language/ref/menuitem/PresenterNotebook.en.md) — create a slide show notebook containing dynamic editable content

---

[Palettes ▶ Classic Slide Show](https://reference.wolfram.com/language/ref/menuitem/SlideShow.en.md) — open the Classic Slide Show palette

---

[`Magnification`](https://reference.wolfram.com/language/ref/menuitem/Magnification_Window.en.md) — set the magnification for a notebook

[`Window`](https://reference.wolfram.com/language/guide/WindowMenu.en.md) ▶ [Full Screen](https://reference.wolfram.com/language/ref/menuitem/FullScreen.en.md) (F12) — make a notebook full screen (F12 again to revert)

---

[`Manipulate`](https://reference.wolfram.com/language/ref/Manipulate.en.md) — create a dynamic interactive version of any graphic or other expression

[`Animate`](https://reference.wolfram.com/language/ref/Animate.en.md) — create an animation from any function

[`ListAnimate`](https://reference.wolfram.com/language/ref/ListAnimate.en.md) — animate a list of graphics or other expressions

---

[`SlideView`](https://reference.wolfram.com/language/ref/SlideView.en.md) — view any list of graphics or other expressions as slides

[`TabView`](https://reference.wolfram.com/language/ref/TabView.en.md) — use tabs to select between any list of graphics or other expressions

---

[`Export`](https://reference.wolfram.com/language/ref/Export.en.md) — export graphics, animations, or other expressions in many formats

## Tech Notes

* [Notebooks as Documents](https://reference.wolfram.com/language/tutorial/NotebooksAsDocuments.en.md)

## Related Guides

* [Creating Web Pages](https://reference.wolfram.com/language/guide/CreatingWebPages.en.md)
* [Window Properties](https://reference.wolfram.com/language/guide/WindowProperties.en.md)
* [Notebook & Interface Customization](https://reference.wolfram.com/language/guide/NotebookAndInterfaceCustomization.en.md)