Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

jupyter lab - Can't select multiple cells in Jupyterlab notebook

I cannot select multiple (adjacent) cells (in order to e.g. delete them)

I have tried

  • Shift +up/down arrows
  • Shift + J/K
  • Both of the above in both Edit mode and Command mode
  • Running a javascript keyboard tester to make sure shift J/K not being intercepted
  • Windows on-screen keyboard for shift +up/down/J/K
  • Online searching for same symptoms

Question: any ideas why this is happening and how to resolve it or how to perform a more detailed investigation/diagnosis?

Environment: Windows-10 Home 64-bit 20H2; Jupyterlab 3.0.5; Python 3.8.6 | packaged by conda-forge | (default, Dec 26 2020, 04:30:06) [MSC v.1916 64 bit (AMD64)]; IPython 7.18.1

Browsers tested Chrome, Opera, Edge (Chrome has security extensions, all disabled/allowing localhost, but Edge is vanilla and behaved exactly the same)

Starting jupyterlab from Anaconda Navigator launcher

question from:https://stackoverflow.com/questions/65897983/cant-select-multiple-cells-in-jupyterlab-notebook

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

try to open the jupyter-lab from the cmd, type this command :

jupyter notebook

it will open the same lab you can open via anaconda. then all of shortcuts will work as usual


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...