[ANN] Asynchronous Workflow Using Julia Tutorial

Hi folks :wave:

I recently wrote a blog post on an asynchronous workflow within Julia that can be used for data science, literate programming, and other sorts of work flows. I was inspired by a discussion here: Franklin.jl — automatically evaluate `.jl` file on change

I give an example on how I use it with writing Weave.jl reports and some simple patterns. I wanted to share the blog post as the discussion around the post has been pretty great so far and I have enjoyed seeing folks’ other ideas for this pattern (see the discussion for a really cool example using Rocket.jl and Observables.jl – had no idea such things were possible!).

Here is the blog post link: Asynchronous Workflow Using Julia Tutorial

Have a great day all!

~ tcp :deciduous_tree:

2 Likes

Isn’t this similar to Pluto?