Skip to content

Instantly share code, notes, and snippets.

@oeway
Last active February 27, 2019 10:18
Show Gist options
  • Save oeway/8f88161ae1963f0dd6d97d3f22a3a709 to your computer and use it in GitHub Desktop.
Save oeway/8f88161ae1963f0dd6d97d3f22a3a709 to your computer and use it in GitHub Desktop.
<docs lang="markdown">
# Hello World Plugin Example
A Napari Plugin
</docs>
<config lang="yaml">
plugin_info:
plugin_title: Hello World Plugin Example
short_description: A Napari Plugin
plugin_name: hello_world
path: hello_world.py
</config>
<script path="hello_world.py" lang="python">
print('Hello World!')
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment