-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation guide: Mention slow first launch time #253
Conversation
@@ -170,6 +170,13 @@ the current release {{ napari_version }}, using command: `napari --version` . | |||
```` | |||
![macOS desktop with a napari viewer window without any image opened in the foreground, and a terminal in the background with the appropriate conda environment activated (if applicable) and the command to open napari entered.](../assets/tutorials/launch_cli_empty.png) | |||
|
|||
````{note} | |||
On some platforms, particularly macOS and Windows, there may be a ~30 second | |||
delay before the viewer appears on first launch. This is normal and subsequent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if I woudl call it "normal", but I get your point xD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you prefer "common" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather point out that this is an issue with those platforms, cause as it is it sounds like there's not expectation/hope of this to get fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean there isn't anything we can do, so it's not a napari issue, which was the point of this Note.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
References and relevant issues
Closes #222
Description
This PR adds a
Note
that first launch may be slow on some platforms (macOS, Windows) and that anti-malware and security software may also result in slower launches.It's quite disconcerting when running
napari
doesn't visually do anything immediately!