Deadline for VTK 9.1 RC1 Merge Requests: October 29, 2020

That’s totally fair

I can’t access that notebook to see the full details… however…

I’d propose not using VTK if you’re only using for file IO. There are plenty of alternatives like meshio that will likely meet your needs and is pure Python. After all, VTK is a visualization framework and you should only pull it into your stack if leveraging it for viz. Otherwise, I’d highly recommend pursuing other libs for your task to keep your stack lean and clean.