Hi!
Is there an elegant way for printing output in loops in pluto notebooks, i.e., something like
for i in 1:3
md"test: $(i)"
end
without concatenating the multiline string and output it afterward?
Hi!
Is there an elegant way for printing output in loops in pluto notebooks, i.e., something like
for i in 1:3
md"test: $(i)"
end
without concatenating the multiline string and output it afterward?
see here?