Shortcut for insert a cell below for Ipython in Pycharm?

孤街浪徒 提交于 2019-12-11 02:35:33

问题


I just started using Ipython in Pycharm.

What's the shortcut for insert a cell for Ipython in Pycharm?

  1. To insert a cell between the 2nd and 3rd cell.
  2. To insert a cell at the end of code

According to Pycharm documentation, way to add cell as follows. But it doesn't work for me. Anyone find the same issue?

Since the new cell is added below the current one, click the cell with import statement - its frame becomes green. Then on the toolbar click add (or press Alt+Insert).


回答1:


Not sure that is what you need, but you can insert cells above by Ctrl+Shift+Equals and below by Ctrl+Equals.

Update

All shortcuts for IPython Notebook are in Settings -> Keymap -> Plug-ins -> IPython Notebook



来源:https://stackoverflow.com/questions/38151292/shortcut-for-insert-a-cell-below-for-ipython-in-pycharm

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