rnels12
rnels12

Reputation: 639

Is there a keyboard shortcut to switch from editor to console in Spyder?

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.

Upvotes: 33

Views: 10994

Answers (1)

shahensha
shahensha

Reputation: 2131

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

(On windows you can replace Command with CTRL)

Upvotes: 48

Related Questions