Is there a way of running a Julia script line by line?
When I use R or R Studio, I am able to write an R script and run whatever line of code my cursor is on by holding down Ctrl + R. And if I highlight a few lines of code and use that key stroke combination, it will specifically run those highlighted lines of code. Is there something equivalent to this in either Julia or Julia Studio?
Kind regards,
Henrik.
Is there a way of running a Julia script line by line?
When I use R or R Studio, I am able to write an R script and run whatever line of code my cursor is on by holding down Ctrl + R. And if I highlight a few lines of code and use that key stroke combination, it will specifically run those highlighted lines of code. Is there something equivalent to this in either Julia or Julia Studio?