JaxSim Examples#

This folder contains Jupyter notebooks that demonstrate the practical usage of JaxSim.

How to run the examples#

You can run the JaxSim examples with hardware acceleration in two ways.

Option 2: Local execution with pixi#

To run the examples locally, first install pixi following the official documentation:

curl -fsSL https://pixi.sh/install.sh | bash

Then, from the repository’s root directory, execute the example notebooks using:

pixi run examples

This command will automatically handle all necessary dependencies and run the examples in a self-contained environment.