# Live and Show

In this tutorial, you'll learn about:

* Using the `live` and `show` commands
* What frontends are available

## `axcli live`

`axcli`'s `live` command renders a simulation so it can be watched live.&#x20;

```
axcli live <FILE> [-f|--frontend FRONTEND]
```

## `axcli show`

The `show` command displays a simulation as a static plot, meaning that it has no animation.

```
axcli show <FILE> [-f|--frontend FRONTEND]
```

## `-f|--frontend`

In Axinite, frontends are scripts that render a simulation. You can learn more [here](https://jewels86.gitbook.io/axinite/axtools/frontends). You can pass in:

* `vpython` for a VPython frontend.
* `plotly` for a Plotly frontend.
