My 9 year old asked this question and we created this notebook as part of our fun exploration. The Pluto notebooks along with PlutoUI are really well suited for this kind of exploration.
[Read More]
In this notebook, we use Plots.jl and Pluto.jl to visualise the Covid-19 confirmed cases across the world. The notebook below shows you how to generate the animated plot.
[Read More]
This is a remake of chartr.co chart on hangover cure google trend.
When I started working on this mini dataviz project, tidy tuesdays of sort, I was hoping to complete it in a few hours.
[Read More]
Random walk, also known as drunkard’s walk, is starting at some position and randomly taking the next step. In its simplest form, you can generate it in one-dimension using the following pseudocode:
[Read More]