Skip to content

Adding a command and shortcut for jupyter.changeCellToRaw #15683

Closed as not planned
@maximecharriere

Description

@maximecharriere

In Jupyter Notebook, when selecting a cell, you can press esc + r to transforme the cell from Python to Raw. This is particularly useful for disabling a cell, so that it doesn't execute when you choose "Execute all" or "Execute above cells".
See this question for more info: https://stackoverflow.com/questions/34192290/ipython-notebook-elegant-way-of-turning-off-part-of-cells

In VSCode, jupyter.changeCellToCode (esc+c) and jupyter.changeCellToMarkdown (esc+m) are already present, but not jupyter.changeCellToRaw (esc+r).

Would it be possible to add this command and corresponding shortcut?
If I propose a PR, will it be accepted?

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions