livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support runtime temporary directory

jonatanklosko opened this issue · comments

We can have Kino.tmp_dir() that returns a directory and the runtime will remove it when it terminates.

This can be particularly useful for multi-session apps, where the app needs to write some temporary files.