From the article:
> I’ve worked with a lot of data visualization libraries over the years, both proprietary and open source, and I don’t know of any that can both display a million points this quickly, and support zooming, panning, and selection at interactive speed. (And now that I’ve I said this, I look forward to learning about some in the Hacker News discussion of this post )
FYI: https://github.com/maartenbreddels/ipyvolume does this in 3d already for quite a while, and based on this I've created a PR for bqplot (2d) https://github.com/bloomberg/bqplot/pull/661 That last one is not released though.