Skip to content

Commit 4d5e4ff

Browse files
authored
064 notes (#825)
# References and relevant issues <!-- What relevant resources were used in the creation of this PR? If this PR addresses an existing issue on the repo, please link to that issue here as "Closes #(issue-number)". If this PR adds docs for a napari PR please add a "Depends on <napari PR link>" --> # Description <!-- What does this pull request (PR) do? Does it add new content, improve/fix existing context, improve/fix workflow/documentation build/deployment or something else? <!-- If relevant, please include a screenshot or a screen capture in your content change: "An image is worth a thousand words!" --> <!-- You can use https://www.cockos.com/licecap/ or similar to create animations. --> <!-- You can also see a preview of the documentation changes you are submitting by clicking on "Details" to the right of the "Check the rendered docs here!" check on your PR.--> <!-- Previewing the Documentation Build When you submit this PR, jobs that preview the documentation will be kicked off. By default, they will use the `slimfast` build (`make` target), which is fast, because it doesn't build any content from outside the `docs` repository and doesn't run notebook cells. You can trigger other builds by commenting on the PR with: @napari-bot make <target> where <target> can be: html : a full build, just like the deployment to napari.org html-noplot : a full build, but without the gallery examples from `napari/napari` docs : only the content from `napari/docs`, with notebook code cells executed slimfast : the default, only the content from `napari/docs`, without code cell execution slimgallery : `slimfast`, but with the gallery examples from `napari/napari` built --> <!-- Final Checklist - If images included: I have added [alt text](https://webaim.org/techniques/alttext/) If workflow, documentation build or deployment change: - My PR is the minimum possible work for the desired functionality - I have commented my code, to let others know what it does -->
1 parent 34fc94e commit 4d5e4ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/release/release_0_6_4.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# napari 0.6.4
2-
⚠️ *Note: these release notes are still in draft while 0.6.4 is in release candidate testing.* ⚠️
32

4-
*Fri, Aug 15, 2025*
3+
*Sat, Aug 16, 2025*
54

65
We’re happy to announce the release of napari 0.6.4!
76

@@ -14,9 +13,9 @@ For more information, examples, and documentation, please visit our website: htt
1413
### Run scripts with napari from the command line
1514

1615
As a follow-up to the ability to drag-n-drop scripts into the napari window from 0.6.3, you can now run scripts directly from the command line using the `napari` command and the path to the script ([#8185](https://github.com/napari/napari/pull/8185) and [#8187](https://github.com/napari/napari/pull/8187)).
17-
`napari examples/magic_immage_arithmetic.py` will open a local napari and run the local script.
16+
To open a local napari and run a local script, enter: `napari examples/magic_immage_arithmetic.py`.
1817
You can also run scripts from a remote location ([#8208](https://github.com/napari/napari/pull/8208)), including Github, Gist, Gitlab, and the napari gallery.
19-
For example, you can run `napari https://github.com/napari/napari/blob/main/examples/grid_mode.py`.
18+
To run a remote script, for example, enter: `napari https://github.com/napari/napari/blob/main/examples/grid_mode.py`.
2019
If you have `uv` you can even run a script without installing napari by using `uvx --with "napari[gallery,all]" napari https://napari.org/stable/_downloads/55f878f7d41dc4c7c2e28483653273cb/affine_coffee_cup.py`, serving as a clever way to trial napari or share your script. As always with remote connections, only use this feature with scripts you trust.
2120

2221
### Toggling the napari console now places focus on the console

0 commit comments

Comments
 (0)