Please add a keyboard shortcut to duplicate line in Jupyter distribution. I have to work on multiple remote servers running different Jupiter notebooks and it is inconvenient to set custom setting on each one of them (#1816).
I know Jupyter doesnt have a redo keyboard shortcut in command mode, but their CTRL+Y shortcut works. 👍 5 Member jasallen commented Oct 18, 2019 To make matters a little worse, on Mac, Cmd+Shift+Z, which should be redo acts as undo as well, so as you try to fix your ...
[转]Jupyter NoteBook 的快捷键使用指南 作者: everfight 出处: http://www.cnblogs.com/everfight/ 欢迎转载 分类: Python学习 标签: python 好文要顶 关注我 收藏该文 微信分享 bingo彬哥 粉丝- 17 关注- 74 +加关注 0 0 « 上一篇: [问题解决]NotImplementedError 错误原因:子类没有实现父...
Thanks for making a pull request to jupyterlab! To try out this branch on binder, follow this link: welcome bot commented May 8, 2024 Thanks for submitting your first pull request! You are awesome! 🤗 If you haven't done so already, check out Jupyter's Code of Conduct. Also, pleas...
Pressing SHIFT+ENTER on select code, used to open Interactive Window. Now I can only right click and send to interactive window. I've search all internet for a fix, nothing works I do have check the box: "When pressing shift+enter, send select code in a Python file to the Jupyter ...
jupyterlab-probot bot commented Jul 9, 2024 Thanks for making a pull request to jupyterlab! To try out this branch on binder, follow this link: github-actions bot assigned andrewfulton9 Jul 9, 2024 github-actions bot added pkg:notebook pkg:console pkg:completer pkg:fileeditor tag:Test...
Could we also please have a keyboard shortcut to do this? For example, Sublime Text 3 uses Shift+Alt+(up or down arrows). I don't know what's possible with a browser based notebook though. This is mentioned in a comment on issue #2527 but not responded to. 👍 78 joshuadan...
Type: Bug Two empty cells in a notebook, save, the notebook metadata changes to add nbformat fields. In notebook diff viewer, the Press ctrl+I to ask Github Copilot... prompt shows int he input fields for the two cells. The input fields ...
Notebook function for inserting text defined in here:https://github.com/jupyterlab/jupyterlab/blob/master/packages/notebook/src/actions.tsxand added to command registry here:https://github.com/jupyterlab/jupyterlab/blob/master/packages/notebook-extension/src/index.ts#L866-L867 ...