Skip to content

fork-and-rename takes a long time to rename #2397

Description

@gordonwoodhull

(this is an old bug, not related to the editor tab refactor. but it would be nice to deal with it now.)

start renaming the current notebook and press ctrl/cmd enter to fork under the new name.

even though you own this notebook and it's going through the special don't-fork-copy case, it first renames the notebook to "current name 2" and then a moment later it renames to the name you chose.

while this works, this is not confidence-inspiring. since we are creating a brand-new notebooks, we should not need to fork and rename as separate steps - we should just use the new name from the start.

this may mean some extra parameters passed around or other special cases, but we shouldn't burden the user with these internal details.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions