Closed chang0959 closed 3 months ago
if I click sort function on the output value
What output renderer are you using to get the sorting feature? (if you click the ...
output menu and select "change presentation", it should show which is currently selected)
I checked and found that it is "text/plain - Data Table (Random Factalslnc.vscode-data-table)". By the way, I think it works well with "VSCode Builtin Notebook Output Render (vscode.builtin-notebook-render)". Thank you for your confirmation.
Then, do you know why the first problem [The cursor should be able to come out and drag in the middle of the mouse-clicked part, but when you click, the cursor is focused on the last line of the code.] doesn't work?
yes, the cursor placement in the output is a known issue (though I can't find the issue at the moment)
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
Environment data
Expected behaviour
1.
The cursor should be able to come out and drag in the middle of the mouse-clicked part, but when you click, the cursor is focused on the last line of the code.
2.
While working on the Pandas dataframe, if I click sort function on the output value, I can't work because I can't click on the mouse or enter the keyboard in the jupyter cell.
Actual behaviour
1.
https://github.com/user-attachments/assets/fc5513c6-c5e6-4ed4-8f9f-6fbefea65e35
2.
https://github.com/user-attachments/assets/515a9571-6dad-4aa4-8d4b-32599cd7092b
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)``` XXX ```