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

Support filtering in builtin notebook variable view #208865

Open
Tracked by #215397
rebornix opened this issue Mar 27, 2024 · 1 comment
Open
Tracked by #215397

Support filtering in builtin notebook variable view #208865

rebornix opened this issue Mar 27, 2024 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality notebook-variables

Comments

@rebornix
Copy link
Member

The builtin Variable View for notebook now lists all "variables" from the Jupyter kernel right now, most of which are contributed by Jupyter extension or the Kernel

image

It would be great if we can support filtering the variables:

  • Support "My Variables Only"
  • Support filtering based on types (Module, Class, etc)
  • Exclude the builtin function/modules contributed by Jupyter extension (e.g., chat)
@rebornix rebornix added feature-request Request for new features or functionality notebook-variables labels Mar 27, 2024
@rebornix
Copy link
Member Author

Another solution @amunger mentioned is filtering or grouping them in Jupyter (variable provider)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality notebook-variables
Projects
None yet
Development

No branches or pull requests

2 participants