How to write into a text file with a panel plugin

Panel plugins only run in the browser, so they don’t have access to the file system. You can however build a backend data source that calls a Python script, since it runs on the server.

1 Like