Skip to content
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

Show documentation tooltips as in jupyter notebook 6.* #7034

Open
BrunoBelucci opened this issue Sep 5, 2023 · 5 comments
Open

Show documentation tooltips as in jupyter notebook 6.* #7034

BrunoBelucci opened this issue Sep 5, 2023 · 5 comments

Comments

@BrunoBelucci
Copy link

Problem

Jupyter Notebook 7 does not have the feature of expanding/opening the docstring tooltip with 2x shift + tab or 4x shift tab, which I use all the time when working with Jupyter Notebook 6.*. Check https://discourse.jupyter.org/t/show-documentation-tooltips-as-in-jupyter-notebook-6/21268 for further discussion.

Proposed Solution

@krassowski suggested that this "could be implemented by opening contextual help/inspector widget in the sidebar." I am not familiar with the project and the codebase, so I cannot develop it further. I can only speak from the point of view of the user and say that this is one of the features that I most use when working with jupyter, particularly when getting used to new libraries.

Additional context

I will link the same image that I used in the original discussion.
image

1: When we press shift + tab in the ‘old’ interface

2: When we press 4x shift + tab in the ‘old’ interface

3: When we press shift + tab in the ‘new’ interface

Note that even the icons (arrow, + and x) are missing.

@BrunoBelucci BrunoBelucci added enhancement status:Needs Triage Applied to issues that need triage labels Sep 5, 2023
@krassowski
Copy link
Member

Previous issue about this: #6692

@krassowski
Copy link
Member

Note: in classic Notebook shortcuts compatibility mode this should be mapped to F1

@janxkoci
Copy link

@krassowski Actually, in classic notebook the F1 shortcut opens help in a pager in bottom panel. Sorry, if I confused you in the other issue..

@krassowski
Copy link
Member

No sorry, that's my mistake - I commented on the wrong issue, I should have added my comment in #6692 which does discuss the pager panel on the bottom.

@janxkoci
Copy link

I commented there moments ago, so hopefully it's clear now 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants