Vscode-jupyter: Support keyboard navigation and/or shortcuts for cells inside interactive AND source code

Created on 2 Mar 2019  路  3Comments  路  Source: microsoft/vscode-jupyter

Jupyter supports ESC + M to enter markdown mode. We should support this too. It could just type in the #%% [markdown] for you.

Most helpful comment

Actually we might want to think about all of these:

image

All 3 comments

Alternatively we could use it to switch the input field into 'markdown' mode and then it will display the code as markdown. This is what Jupyter does. Might be nice because you can see the markdown as you type it.

Actually we might want to think about all of these:

image

Validated. On the assumption that this is just talking about the new notebook editor. Does not apply to cells inside the source code.

Was this page helpful?
0 / 5 - 0 ratings