I have been using Jupyter notebooks for a long time, but more recently, it is practically impossible to use it any more, as so many things are totally broken.
For example for selecting and copying some text out of a cell our of a cell’s output there is no entry in the right click menu and only Ctrl-C seems to work. But much worse, when trying to select text from the output cell, the actually selected text jumps randomly, certain text ranges are just impossible to select, and very weirdly when trying to select text from one output cell, suddenly text in other output cells get marked as well. It is really hard to understand why such basic functionality is so badly supported and so broken.
The other issues are: output cells randomly disappearing, scrolling within the notebook not working as it will jump to certain positions without allowing you to scroll to where you want.
Being faced with Python’s dependency hell it is also hard to just go back to a much earlier version of jupyter.
So how does one copy just a part of an output cell for pasting somewhere else? Why does this not work as expected?
(Sadly this forum does not allow to upload videos, where I could have shown the ridiculous behavior when trying to select text)