33

I'm using Spyder via Anaconda on a Mac, and often switch back and forth between the editor and console. I was wondering if there's a keyboard shortcut to switch quickly between these two panes. It's just not quite convenient to do it with the trackpad or mouse.

Saaru Lindestøkke
  • 2,067
  • 1
  • 25
  • 51
rnels12
  • 639
  • 6
  • 12

1 Answers1

47
  1. IPython console to Editor: Command +Shift + E
  2. Editor to IPython console: Command + Shift + I

(On windows you can replace Command with CTRL)

shahensha
  • 2,051
  • 4
  • 29
  • 41