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

AI should provide default filenames (so you never see an "Untitled.ipynb" again) #998

Open
ctcjab opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ctcjab
Copy link

ctcjab commented Sep 17, 2024

Problem

A user writes,

I'm really digging how AI chat interfaces automatically use an LLM to name your chats in the sidebar. Is there anything like that for Jupyter? I'm sick of coming up with names for my notebooks.

Proposed Solution

While the user is editing a new unsaved notebook, periodically ask the configured LLM to suggest a good filename for it, which is used as a better default filename instead of the current "Untitled(N).ipynb".

Once the user has explicitly saved the new notebook for the first time (whether by clicking "save", or as part of a "close" in response to the "Save your work" modal), and the user has had a chance to explicitly accept (or change) the suggested filename, no further filename suggestions for the notebook need to be generated.

@ctcjab ctcjab added the enhancement New feature or request label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant