/nebari-plugin-examples

An example repository useful to demonstrating the nebari plugin system

Nebari Plugin Examples

The following is a collection of examples used to understand how users can extend Nebari.

Installation

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.

Uninstall

Run the following to un-install a given plugin.

pip uninstall <example-name>