https://github.com/haesleinhuepf/napari-script-editor
A python script editor plugin for napari
https://github.com/haesleinhuepf/napari-script-editor
napari-plugin
Last synced: about 1 year ago
JSON representation
A python script editor plugin for napari
- Host: GitHub
- URL: https://github.com/haesleinhuepf/napari-script-editor
- Owner: haesleinhuepf
- License: bsd-3-clause
- Created: 2021-11-06T09:12:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T17:13:19.000Z (about 3 years ago)
- Last Synced: 2025-04-19T06:56:56.792Z (over 1 year ago)
- Topics: napari-plugin
- Language: Python
- Homepage:
- Size: 34.7 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# napari-script-editor
[](https://github.com/haesleinhuepf/napari-script-editor/raw/main/LICENSE)
[](https://pypi.org/project/napari-script-editor)
[](https://python.org)
[](https://github.com/haesleinhuepf/napari-script-editor/actions)
[](https://codecov.io/gh/haesleinhuepf/napari-script-editor)
[](https://napari-hub.org/plugins/napari-script-editor)
A python script editor for napari based on [haesleinhuepf's fork of PyQode](https://github.com/haesleinhuepf/pyqode.core).
----------------------------------
This [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.

## Usage
Start the script editor from the menu `Tools > Scripts > Script Editor`. Use the auto-completion while typing,
check out the [napari tutorials](https://napari.org/tutorials/) and the
[example scripts](https://github.com/haesleinhuepf/napari-script-editor/tree/main/example_scripts).
Use the `Run` button to execute a script.

If you save the script to the folder ".napari-scripts" in your home directory, you will find the script in the
`Tools > Scripts` menu in napari. You can then also start it from there.

Note: If you have scripts, that might be useful to others, please send them as
[pull-request](https://github.com/haesleinhuepf/napari-script-editor/pulls) to the examples in
repository or share them in any other way that suits you.
### chatGPT support
In case [openAI API](https://openai.com/blog/openai-api) is installed, you find another button in the script editor to `Ask chatGPT`.
Enter a prompt in the script editor and click the button. The script editor will send the prompt to
chatGPT and replace it with the answer. For example try entering:
```python
Write Python code for segmenting an image using these steps:
* Apply a Gaussian blur
* Threshold the image using Otsu's method
* Apply connected component labeling
```
and it will replace it with code accordingly. If it doesn't work in the first attempt, try again. ChatGPT's answers are not always the same.

## Installation
* Get a python environment, e.g. via [mini-conda](https://docs.conda.io/en/latest/miniconda.html).
If you never used python/conda environments before, please follow the instructions
[here](https://mpicbg-scicomp.github.io/ipf_howtoguides/guides/Python_Conda_Environments) first.
* Install [napari](https://github.com/napari/napari) using conda.
```
conda install -c conda-forge napari
```
Afterwards, install `napari-script-editor` using pip:
```
pip install napari-script-editor
```
## Contributing
Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.
## License
Distributed under the terms of the [BSD-3] license,
"napari-script-editor" is free and open source software
## Known issues
* Sometimes, the script editor thinks, the file has been changed on disk and asks to reload it.
## Issues
If you encounter any problems, please [file an issue] along with a detailed description.
[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/haesleinhuepf/napari-script-editor/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/