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

Duplicate notebook menu option #7374

Merged
merged 8 commits into from
May 21, 2024
Merged

Conversation

JasonWeill
Copy link
Collaborator

Fixes #7368. In the "File" menu in Jupyter Notebook, adds a new "Duplicate" command that both duplicates the current file and opens the duplicate file in a new window/tab.

duplicate-command

Copy link
Contributor

Binder 👈 Launch a Binder on branch JasonWeill/notebook/duplicate-notebook

@jtpio
Copy link
Member

jtpio commented May 17, 2024

Nice, thanks!

@jtpio
Copy link
Member

jtpio commented May 17, 2024

bot please update playwright snapshots

@jtpio jtpio closed this May 17, 2024
@jtpio jtpio reopened this May 17, 2024
@jtpio jtpio added this to the 7.3.0 milestone May 17, 2024
@JasonWeill
Copy link
Collaborator Author

@jtpio If this is OK to merge, can you please merge it? I don't have permission to do this in the jupyter org.

@jtpio
Copy link
Member

jtpio commented May 21, 2024

Since this adds a new user facing string in the menu, I've set this PR to target the 7.3.0 milestone and created the 7.2.x branch, so we can move forward with this and other 7.3 related changes.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio jtpio merged commit 0a66f40 into jupyter:main May 21, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a "duplicate notebook" option that keeps the old and new workbooks open
2 participants