Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 585 Bytes

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>