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
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?
The text was updated successfully, but these errors were encountered:
The documentation says that "
jupyter_server_fileid
, by default, constructs aLocalFileIdManager
instance and stores it underserverapp.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?
The text was updated successfully, but these errors were encountered: