You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is just an idea, but when I am running lots of code with 'run current selection' it would be cool if the lines in the IPython consol were a different color after they were run.
So picture entering:
func1(args)
func2(args)
.
.
.
funN(args)
and you select all functions and press run current selection.
What is func2-funcN were all greyed out while func1 was running, then func2 gets color when its running, etc, etc. That way, we know what lines have already run and where our code is in the process!
Just an idea, it beats a bunch of print functions/waiting and hoping.
The text was updated successfully, but these errors were encountered:
I think it would slow down the code significantly. I had the idea to have a plug-in where you can push a button and it would show you where the code is. Updating continuously would take too much time in my opinion.
So this is just an idea, but when I am running lots of code with 'run current selection' it would be cool if the lines in the IPython consol were a different color after they were run.
So picture entering:
func1(args)
func2(args)
.
.
.
funN(args)
and you select all functions and press run current selection.
What is func2-funcN were all greyed out while func1 was running, then func2 gets color when its running, etc, etc. That way, we know what lines have already run and where our code is in the process!
Just an idea, it beats a bunch of print functions/waiting and hoping.
The text was updated successfully, but these errors were encountered: