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.

Cutting in Python Notebook (.ipynb) double cuts

See original GitHub issue

Issue Type: Bug

Opening this per @rchiodo request. This issue is related to microsoft/vscode-python#11796.

Watch me cut (Ctrl+X) and paste (Ctrl+V) two lines of text in a blank notebook. The first time everything works as expected, however, cutting for the 2nd time causes the line of text below (foo bar barf) to disappear.

Peek 2020-07-08 12-56

This bug was first introduced in vscode-insiders version 1.47.0-1593495868. The version just before that (1.47.0-1593413883) works as expected:

Peek 2020-07-08 12-51

Extension version: 2020.7.93060-dev VS Code version: Code - Insiders 1.47.0-insider (da73d2d11540232a5c75788ac0c9b41c3d432b2d, 2020-06-30T05:36:03.333Z) OS version: Linux x64 5.4.0-39-generic

System Info
Item Value
CPUs Intel® Core™ i7-1065G7 CPU @ 1.30GHz (8 x 1446)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: disabled_off_ok
video_decode: unavailable_off
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 15.23GB (3.35GB free)
Process Argv –no-sandbox --unity-launch
Screen Reader no
VM 0%
DESKTOP_SESSION ubuntu
XDG_CURRENT_DESKTOP Unity
XDG_SESSION_DESKTOP ubuntu
XDG_SESSION_TYPE x11

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rchiodocommented, Jul 8, 2020

I repro’d with the coding cat webview sample. Going to log an issue on VS code. https://github.com/microsoft/vscode/issues/101946

0reactions
rchiodocommented, Jul 20, 2020

Seems others have verified on Mac. Upgrade to VS code 1.48.insiders if you want the fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cutting in Python Notebook (.ipynb) double cuts #877 - GitHub
Watch me cut (Ctrl+X) and paste (Ctrl+V) two lines of text in a blank notebook. The first time everything works as expected, however,...
Read more >
How to split a ipython notebook - Stack Overflow
I want to save each chapter (Cel starting with Heading 1) to a different file. How can I do that? Cut and paste...
Read more >
Optimizing Jupyter Notebook: Tips, Tricks, and nbextensions
C will copy the selected cell. V will paste the cell which is being copied/cut. Shift + V paste cells above. S will...
Read more >
The IPython Notebook
Keyboard shortcuts¶ ; Shortcut, Action ; Shift-Enter, run cell ; Ctrl-Enter, run cell in-place ; Alt-Enter, run cell, insert below ; Ctrl-m x,...
Read more >
A brief introduction to Jupyter Notebooks for Python.
A brief introduction to Jupyter Notebooks for Python. ... This is a Jupyter notebook. Python is a programming language, and a Jupyter notebook...
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