You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Python extension, we need the ability to create temporary directories. Currently we use the third-party "tmp" module (tmp.file()), though we could have used node's fs.mkdtemp() as well.