Closed as not planned
Description
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?