I just started using Ipython in Pycharm.
What's the shortcut for insert a cell for Ipython in Pycharm?
- To insert a cell between the 2nd and 3rd cell.
- 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).
Not sure that is what you need, but you can insert cells above by
Ctrl+Shift+Equals
and below byCtrl+Equals
.Update
All shortcuts for IPython Notebook are in Settings -> Keymap -> Plug-ins -> IPython Notebook