Hi @HazardTrigger, FileAttachment if a server feature on Observable, I guess if you want to access local files using Observable stlib you can look at this way to do it
essentially you would craft your notebook code on Observable, export the code, run it locally and then load your data using the UI. As you might know accessing the file system is not something allowed through browsers, and you can read more about this here