You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Jupyter Notebook, redo is done with Ctrl+Shift+Zby default but not with Ctrl+Y.
Actually in many apps and platforms, Ctrl+Y is used to redo so a lot of people intuitively try to redo with Ctrl+Y in them.
And, pressing 2 buttons is easier than pressing 3 buttons.
So in Jupyter Notebook, redo should be done with Ctrl+Yby default but not with Ctrl+Shift+Z.