Last active
February 27, 2019 10:18
-
-
Save oeway/8f88161ae1963f0dd6d97d3f22a3a709 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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