microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 292 forks source link

copy cell button in interactive window not working #15948

Closed ggrrll closed 1 month ago

ggrrll commented 3 months ago

Applies To

What happened?

copy button simply does nothing

VS Code Version

Version: 1.92.0 (Universal)

Jupyter Extension Version

v2024.8.2024080201 (pre-release)

Jupyter logs

No response

Coding Language and Runtime Version

python 3.9.10

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

Shahin-rmz commented 1 month ago

Hello, same issue here. BTW, is there any possibilities to copy the output of cell just with keyboard and without need of mouse dragging and selecting? it reduces my productivity alot. Thanks

amunger commented 1 month ago

is there any possibilities to copy the output of cell just with keyboard

If you add a keybinding for notebook.cellOutput.copy, with focus in the IW input, you could run interactive.history.focus (ctrl+uparrow) and then your keybinding to copy the output.

Shahin-rmz commented 1 month ago

@amunger Thanks for your reply. you mean this? Image

it is not working, for me