https://github.com/nebari-dev/nebari-plugin-examples
An example repository useful to demonstrating the nebari plugin system
https://github.com/nebari-dev/nebari-plugin-examples
Last synced: 5 months ago
JSON representation
An example repository useful to demonstrating the nebari plugin system
- Host: GitHub
- URL: https://github.com/nebari-dev/nebari-plugin-examples
- Owner: nebari-dev
- Created: 2023-06-27T17:57:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T12:11:29.000Z (almost 3 years ago)
- Last Synced: 2025-06-19T14:52:52.763Z (about 1 year ago)
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nebari Plugin Examples
The following is a collection of examples used to understand how users
can extend Nebari.
- subcommands
- [hello-world](./examples/nebari_subcommand_hello_world)
- stages
- [hello-world](./examples/nebari_stage_hello_world)
## Installation
Run the following within the python environment you are using
```shell
pip install examples/
```
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.
```shell
pip uninstall
```