Undo text entry in Jupyter Notebook under Win7

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-23 02:17:27

问题


I was surprised I did not find an answer to this question on Jupyter Notebook under Win7 here or on the web.

I just overwrote by mistake a larger part of a call block, but not all. Autosave dates back some previous changes that I do not want to revert. Where is the undo function for text entries in Jupyter Notebook?


回答1:


Hit the ESC key to enter Command Mode. Now you can hit the h key to see all available commands. To undo an entry you have to go back to Edit Mode (hit ENTER) and then do a CTRL-Z.



来源:https://stackoverflow.com/questions/40161496/undo-text-entry-in-jupyter-notebook-under-win7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!