Weave.jl – Scientific Reports Using Julia
weavejl.mpastell.com
Weave.jl – Scientific Reports Using Julia
1–10 of 19 posts
Re: Weave.jl – Scientific Reports Using Julia
#2Re: Weave.jl – Scientific Reports Using Julia
#3My one complaint is that a streamlined dev workflow depends on good caching. knitr nailed that part, checking code hashes and checking dependencies between chunks. Weave.jl caching has been... finicky.
For a completely different style of notebook, folks should check out Pluto.jl https://github.com/fonsp/Pluto.jl
Re: Weave.jl – Scientific Reports Using Julia
#4What is the advantage of Weave.jl over jupyter lab? Is this just a way of integrating something "like jupyter" into Atom?
Re: Weave.jl – Scientific Reports Using Julia
#5I use Julia and used to use Python. I've used jupyter lab for both (although for Julia I prefer Atom for IDE) What is the advantage of Weave.jl over jupyter lab? Is this just a way of integrating something "like jupyter" into Atom?
In the R ecosystem it's similar to using RMarkdown.
Re: Weave.jl – Scientific Reports Using Julia
#6I sometimes want to scream when watching the practices we get taught for doing "programming" in academia, there's just no standard of trying to do thing right.