Running this notebook will ensure the Workspace Files feature is enabled. It is idempotent and can be re-run safely.
First, check what the current value is. false means the feature is disabled. None or true means it is enabled.
false
true
If the key enableWorkspaceFilesystem is set to false, the next command will set it to true and enable non-notebook workspace file support.
enableWorkspaceFilesystem
The following command confirms the change to the enableWorkspaceFilesystem setting. It should return true.
Running this notebook will ensure the Workspace Files feature is enabled. It is idempotent and can be re-run safely.