question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Native Notebooks - All Jupyter Shortcuts to be supported

See original GitHub issue

Issue https://github.com/microsoft/vscode-jupyter/issues/4376 tracked keyboard shortcuts for essentials, but not all.

We need to ensure we support the rest, e.g. O, etc.

Is this GA or Post GA?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
joyceerhlcommented, Jun 8, 2021

M and Y are already contributed by VS Code core. #6205 resolves all outstanding keybindings tracked by this issue:

  • Shift+enter and ctrl+enter should render markdown cells even in edit mode
  • Jupyter extension should override shift+enter keybinding contributed by VS Code (extension keybindings always trump default core keybindings)
  • Shift+L should toggle line numbers for entire notebook, L should toggle line numbers for current cell
0reactions
DonJayamannecommented, Jul 8, 2021

These are not supported.

Screen Shot 2021-07-07 at 18 34 24
Read more comments on GitHub >

github_iconTop Results From Across the Web

Essential Jupyter Shortcuts to be supported · Issue #4376 ...
Shortcuts for any mode Shift + Enter: run the current cell, select below Ctrl + ... Native Notebooks - Essential Jupyter Shortcuts to...
Read more >
Working with Jupyter Notebooks in Visual Studio Code
This topic covers the native support available for Jupyter Notebooks and demonstrates how to: ... You can also use keyboard shortcuts to run...
Read more >
Jupyter Notebook Shortcuts - Towards Data Science
Shift + Enter run the current cell, select below · Ctrl + Enter run selected cells · Alt + Enter run the current...
Read more >
Announcing Support for Native Editing of Jupyter Notebooks ...
If you don't already have an existing Jupyter Notebook file, open the VS Code Command Palette with the shortcut CTRL + SHIFT +...
Read more >
The JupyterLab Interface — JupyterLab 3.6.0b0 documentation
As in the classic Notebook, you can navigate the user interface through keyboard shortcuts. You can find and customize the current list of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found