vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

Native Notebooks - Resolve Jupyter/Notebook/IW commands

Open claudiaregio opened this issue 4 years ago • 4 comments
trafficstars

Feedback from survey shows that the commands between Notebook/Jupyter/Interactive Window are still confusing.

Idea: Change all "Jupyter" commands to begin with "Notebook", change IW commands to start with "Interactive Window"

claudiaregio avatar Jul 11 '21 18:07 claudiaregio

This would break any existing keybindings that users have configured for those commands. Do we really want to do this?

joyceerhl avatar Jul 11 '21 18:07 joyceerhl

Would there be a way to migrate the change over for users automatically so it doesn't break them? If not then we definitely need to weigh the pros/cons of this.

claudiaregio avatar Jul 11 '21 19:07 claudiaregio

Another potential solution is to keep the old commands and make them forward to the new commands.

rchiodo avatar Jul 12 '21 18:07 rchiodo

Rich's idea sounds plausible. I wonder if we could also hide the old commands from the command-palette to allow them to continue working for existing keybindings, but try to prevent them from being used going forward.

greazer avatar Sep 02 '21 18:09 greazer