Currently the examples are in python files. This means they are only runnable if someone installs the devcontainer with all the dependencies in them. Consider making the examples standalone colab notebooks. This would make them runnable from browser for everybody.
We could then remove the examples dependencies from the devcontainer and only include the test dependencies. Also removes the need for a GPU devcontainer too.