The documentation says that "jupyter_server_fileid, by default, constructs a LocalFileIdManager instance and stores it under serverapp.settings["file_id_manager"]."
But it seems that the default manager is an ArbitraryFileIdManager and I don't see how to use a LocalFileIdManager.
Can you give an example of how to achieve that, maybe through configuration?