Vscode-jupyter: Native Experience - Right click on cell should have a context menu (copy/paste)

Created on 19 Sep 2019  路  8Comments  路  Source: microsoft/vscode-jupyter

enhancement internal contributor webview-notebook

Most helpful comment

I also notice that all shortcuts keys are not working either

  • The simplest example is that I can't even paste code into the interactive cells. (Copy and paste are not working)
  • I can't open command palette using shortcuts

All 8 comments

I also notice that all shortcuts keys are not working either

  • The simplest example is that I can't even paste code into the interactive cells. (Copy and paste are not working)
  • I can't open command palette using shortcuts

In addition to the regular context menu, it would be great if the context menu provided some cell-specific options like:

  • Run cell (control-enter)
  • Run cell and add below (shift-enter)
  • Toggle cell type markdown/code
  • Remove cell
  • Duplicate cell

You name it.

I also have this problem.

Version: 1.44.1
Commit: a9f8623ec050e5f0b44cc8ce8204a1455884749f
Date: 2020-04-11T01:47:00.296Z (2 wks ago)
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.3.0

Was anyone able to resolve this? I'm using Python v2020.8.109390 extension in VSC 1.50.0-insider on macOS Catalina (v10.15.6).

Version: 1.50.0-insider
Commit: 8c1015f5e1a7a686d19ec8a5f56a495332f16062
Date: 2020-09-21T07:56:21.563Z (6 hrs ago)
Electron: 9.3.0
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Darwin x64 19.6.0

For people who see this in future: I just found that commenting code blocks with #%% while working with .py files in VS creates interactive cells and allows same level of interaction as jupyter notebooks. Hence, I would mark my problem as solved.

Over one year still no one fixed it?

For people who see this in future: I just found that commenting code blocks with #%% while working with .py files in VS creates interactive cells and allows same level of interaction as jupyter notebooks. Hence, I would mark my problem as solved.

This might be a workaround. Not a fix.

It would be really great to have this issue resolved, since most users perfer to work in VS code notebooks, but the lack of functionalities in comprison to jupyter notebooks and Google Colab, hinder the use of notebooks in VS code

Was this page helpful?
0 / 5 - 0 ratings