Skip to content

Update Jupyter notebook screenshot to show modern napari usage #783

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jul 14, 2025

The Jupyter notebook screenshot in the getting started tutorial was showing outdated %gui qt6 commands that were confusing new users. This PR updates the screenshot to demonstrate current best practices for using napari in Jupyter notebooks.

Changes Made

  • Updated docs/_static/images/launch_jupyter.png with a new screenshot showing modern napari usage
  • The new screenshot demonstrates:
    • Clean import statements: from skimage import data and import napari
    • Direct image viewing: viewer = napari.view_image(data.moon())
    • No %gui commands needed - napari automatically handles GUI setup

Before vs After

Before: The old screenshot showed outdated %gui qt6 commands that are no longer needed and were throwing off new users.

After: The new screenshot shows the same approach used in the official napari notebook example - simple, clean code without any manual GUI setup.

![Updated Jupyter notebook screenshot](https://github.com/user-attachments/assets/69a1a71d-f665-44c1-a0f0-4d57c952bd1a)

This change ensures that new users following the tutorial see the correct, up-to-date approach for using napari in Jupyter notebooks, eliminating confusion about outdated GUI setup commands.

Fixes #782.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Update jupyter image Update Jupyter notebook screenshot to show modern napari usage Jul 14, 2025
@Copilot Copilot AI requested a review from Czaki July 14, 2025 13:58
Copilot finished work on behalf of Czaki July 14, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update jupyter image
2 participants