Have you tried to use shift + enter to progress through code cells? It 
looks like:

# %%
import matplotlib.pyplot as plt

# %%
fig, axs = plt.subplots()
fig.savefig('mpl_tiff.tif', dpi=300)


And you can use shift + enter to run the current cell, and in the mean time 
the cursor will be at the next cell.

I don't know how much this helps, but sounds like an interesting feature to 
you if you haven't tried it yet!

Shawn

On Wednesday, February 3, 2016 at 11:42:12 AM UTC-5, Anh Le wrote:
>
> Coming from RStudio, I'm familiar with the behavior of the cursor 
> automatically moving to the next line. I think this makes sense for data 
> analysis code. Does Spyder have something similar? If not, is there a 
> reason for this implementation?
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to