-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Enable the minimap for all windowing modes #17904
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
Conversation
|
Thanks for making a pull request to jupyterlab! |
14ca54e to
cd25e25
Compare
0d14b56 to
5200294
Compare
krassowski
left a comment
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.
- Users can now control the minimap in two ways:
- Globally through the Settings menu (applies to all notebooks).
- Per notebook via the View → Show Minimap toggle (applies only to the active notebook).
I like that it adds an entry point for enabling minimap for text editors too!
Could we move the menu to View → Appearance? This is where it is in VS Code:
.
- The minimap toolbar button is now removed.
I guess that's fine? I think there will be some users asking if we can bring it back, I wonder if it should be an option even if we agree that it is not needed to be there by default.
CC @afshin who added it there.
- The minimap is available in full/defer/none/contentVisibility modes. It is disabled by default.
🎉
|
Just merged |
|
Thanks ! The remaining failures are due to the snapshots mismatches caused by the removal of the minimap button in the toolbar. If we decide to go in the same path then I'll trigger the updates. |
64d6846 to
8065429
Compare
This sounds like a good idea 👍 The notebook toolbar is already a bit crowded with many other buttons, so it looks fine to remove it. And enabling the minimap feels a bit more like a global setting than a per-notebook setting, so having it in the settings and also as a menu item makes sense. |
|
bot please update snapshots |
|
Documentation snapshots updated. |
|
Galata snapshots updated. |
|
Edit: Done in c636cd0. The remaining two failing tests: require manual updates: |
krassowski
left a comment
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.
Thank you @Meriem-BenIsmail!

References
Follow up work to PR #17719, thanks @martinRenou 🚀 !
Code changes
WindowedListto enable the minimap in all windowing modes like in the full mode.User-facing changes
Screencast.from.2025-09-19.14-59-58.webm
Backwards-incompatible changes
None.