The following is a collection of examples used to understand how users can extend Nebari.
- subcommands
- stages
Run the following within the python environment you are using
pip install examples/<example-name>
Add -e
when running install if you would like to modify the examples
and experiment.
Run the following to un-install a given plugin.
pip uninstall <example-name>